REST APIWallet & TransactWallet

GET

Returns information about reserve requirements for an account. Currently only available for Stellar.

Path Params

  • coin string enum required
    txlmxlmtcsprcspr

Responses

200
OK

Response Body

object

  • baseFee string
    base fee used in transaction fees
  • baseReserve string
    base reserve used in minimum account balances
  • reserve string
    minimum account balance, calculated using base reserve
  • minimumFunding string
    minimum funding balance, calculated using reserve and base fee
  • height integer
    the height of the block that provides the base values
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