Authorizations
Body
The wallet address which will be used to send the token.
The quantity of tokens denominated in the token's base units. (For example, for an ERC20 token one token is 1x10^18 base units. For one USDC token one token is 1x10^6 base units.) This value must be greater than 0.
The urgency impacts the estimated gas price of the transaction. The higher the urgency, the higher the gas price, and the faster the transaction is likely to be selected from the mempool. The default value is urgent
.
normal
, fast
, urgent
If set to true
, the response will include the estimated gas fee for the proposed transaction.
Response
Check approval successful.
A unique ID for the request.
The total estimated gas cost of this transaction (eg. gasLimit
multiplied by maxFeePerGas
) in the base unit of the chain.
The total estimated gas cost of this transaction (eg. gasLimit
multiplied by maxFeePerGas
) in the base unit of the chain.