Get average fee

post/api/v2/{coin}/wallet/averagefee

Returns the average fee for a specific number of blocks. Only for ETH and TETH.

Path Parameters

  • coinstringRequired
    A cryptocurrency or token ticker symbol.
    Example: "btc"

Query Parameters

  • numBlocksinteger
    target number of blocks

200 Response

averageFee number required
Calculated by summing the fees of the blocks over the number of blocks.
Example: 16000000

400 Response

error string required
Human-readable error message
requestId string required
Client request id
context object
Properties that apply to a specific error name
name string required
Error code