Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Last active October 27, 2021 15:24
Show Gist options
  • Save evanVtatum/3baf4e957f90184bff4f39ba92732fba to your computer and use it in GitHub Desktop.
Save evanVtatum/3baf4e957f90184bff4f39ba92732fba to your computer and use it in GitHub Desktop.
Create custodial multi-wallet: full features
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