REST APIWallet & TransactWallet

POST

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

Path Params

  • coin string required
    A cryptocurrency or token ticker symbol.

Query Params

  • numBlocks integer
    target number of blocks

Responses

200
OK

Response Body

object

  • averageFee number required
    Calculated by summing the fees of the blocks over the number of blocks.
400
Bad Request

Response Body

object

  • 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