Created
March 23, 2022 17:58
-
-
Save evanVtatum/22f77d35f6fd51ab4891f1d262afb903 to your computer and use it in GitHub Desktop.
Generate Gas Pump Express wallets
This file contains 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 --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