Blockchain
Estimate the fee for a transaction on a blockchain
Estimate the fee for a transaction on a blockchain.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The blockchain network for the transaction. (e.g., ETH, BSC, POL, XDC)
The type of transaction.
Available options:
DEPLOY_ERC20
, DEPLOY_NFT
, MINT_NFT
, BURN_NFT
, TRANSFER_NFT
, TRANSFER_ERC20
, DEPLOY_AUCTION
, DEPLOY_MARKETPLACE
The amount to transfer (required if type is TRANSFER_ERC20).
The contract address (required if type is TRANSFER_ERC20).
The address of the recipient (required if type is TRANSFER_ERC20).
The address of the sender (required if type is TRANSFER_ERC20).