Get balance reserve data

get/api/v2/{coin}/requiredReserve

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

Path Parameters

  • coinstringRequired
    Enum: txlm xlm tcspr cspr

200 Response

baseFee string
base fee used in transaction fees
Example: 100
baseReserve string
base reserve used in minimum account balances
Example: 5000000
reserve string
minimum account balance, calculated using base reserve
Example: 25000000
minimumFunding string
minimum funding balance, calculated using reserve and base fee
Example: 25000500
height integer
the height of the block that provides the base values
Example: 11228504

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