owner
- the blockchain address from which the gas fees will be paid. Use the address in the example below to deduct gas fees as credits from your paid Tatum plan. To deduct gas fees from a different master address, you will also need to enter a fromPrivateKey
parameter.fromPrivateKey
- The private key of the address specified in the owner
field from which gas fees will be deducted. ONLY include this field if you are using your own master address and NOT deducting gas fees from your Tatum plan.batchCount
- the number of user wallets you’d like to create.feesCovered
- when set to “true”, the gas fees to cover your users’ transactions will automatically be paid for by Tatum, converted to credits, and deducted from your paid Tatum plan. When omitted or set to "false", gas fees will be deducted from your own master address that you specify in the owner
field.tokenId
of 100 from the address.tokenId
as well. The contractType
attribute is important, as it tells the wallet which kind of token it is transferring:contractType
0 - ERC-20 tokencontractType
1 - ERC-721 tokencontractType
2 - ERC-1155 tokencontractType
3 - native asset - CELOowner
address as Tatum's address when we created the gas pump wallets in the first API call, gas fees will be deducted from our Tatum paid plan, and we do not need to included a fromPrivateKey
field. However, if you specify your own master address in the owner
field when creating gas pump wallets, a fromPrivateKey
field containing the private key of the master address must be present.tokenAddress
, amount
or tokenId
, input value 0 instead. We will take care of the rest for you.