Skip to content

Instantly share code, notes, and snippets.

@evanVtatum
Created March 23, 2022 17:58
Show Gist options
  • Save evanVtatum/22f77d35f6fd51ab4891f1d262afb903 to your computer and use it in GitHub Desktop.
Save evanVtatum/22f77d35f6fd51ab4891f1d262afb903 to your computer and use it in GitHub Desktop.
Generate Gas Pump Express wallets
curl --location --request POST 'https://api-us-west1.tatum.io/v3/blockchain/sc/custodial/batch' \
--header 'Content-Type: application/json' \
--header 'x-api-key: f510b3f6-c6eb-4458-95cb-1c3d75ad3189_100' \
--data-raw '{
"owner": "0x80d8bac9a6901698b3749fe336bbd1385c1f98f2",
"batchCount": 1,
"chain": "CELO",
"feesCovered":true
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment