Returns the estimated gas fee for a proposed transaction.

GET {{baseUrl}}/v1/wallets/fees/estimate

Request Params

KeyDatatypeRequiredDescription
assetstringThe asset for the proposed transaction
from_addressstringThe originating address of the proposed transaction
to_addressstringThe destination address of the proposed transaction
amountstringThe amount, denoted in the specified asset, of the proposed transaction

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"fee":"0.0010"}