Returns the estimated gas fee for a proposed transaction.
GET {{baseUrl}}/v1/wallets/fees/estimate
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
asset | string | The asset for the proposed transaction | |
from_address | string | The originating address of the proposed transaction | |
to_address | string | The destination address of the proposed transaction | |
amount | string | The amount, denoted in the specified asset, of the proposed transaction |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"fee":"0.0010"}