Estimate fee for transaction
POST {{baseUrl}}/v3/blockchain/estimate
2 credits per API call.
Estimate current transaction fee for different operations.
Supported blockchains:
- Bitcoin
- Litecoin
- Ethereum
- Celo
- Binance Smart Chain
Request Body
{"chain"=>"MATIC", "type"=>"MINT_NFT"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"fast":"0.006584","medium":"0.004584","slow":"0.002584"}