POST
/
api
/
v1
/
blockchain
/
estimate

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
network
string
required

The blockchain network for the transaction. (e.g., ETH, BSC, POL, XDC)

type
enum<string>
required

The type of transaction.

Available options:
DEPLOY_ERC20,
DEPLOY_NFT,
MINT_NFT,
BURN_NFT,
TRANSFER_NFT,
TRANSFER_ERC20,
DEPLOY_AUCTION,
DEPLOY_MARKETPLACE
amount
number

The amount to transfer (required if type is TRANSFER_ERC20).

contractAddress
string

The contract address (required if type is TRANSFER_ERC20).

recipient
string

The address of the recipient (required if type is TRANSFER_ERC20).

sender
string

The address of the sender (required if type is TRANSFER_ERC20).

Response

200 - application/json
gasLimit
string

Estimated gas limit for the transaction.

gasPrice
string

Estimated gas price for the transaction.