Last active
October 27, 2021 15:24
-
-
Save evanVtatum/3baf4e957f90184bff4f39ba92732fba to your computer and use it in GitHub Desktop.
Create custodial multi-wallet: full features
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request POST \ | |
--url https://api-eu1.tatum.io/v3/blockchain/sc/custodial/batch \ | |
--header 'content-type: application/json' \ | |
--header 'x-api-key: REPLACE_KEY_VALUE' \ | |
--data '{ | |
"chain":"MATIC", | |
"fromPrivateKey":"0x05e150c73f1920ec14caa1e0b6aa09940899678051a78542840c2668ce5080c2", | |
"batchCount":270, | |
"owner":"0x8cb76aed9c5e336ef961265c6079c14e9cd3d2ea", | |
"fee":{ | |
"gasLimit":"40000", | |
"gasPrice":"20" | |
}, | |
"nonce":0 | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment