Skip to main content

Get balances

GET 

/v1/balances

Get current currency balance from all or single exchange.

Request

Query Parameters

    exchange_id string

    Filter the balances to the specific exchange.

Responses

Collection of balances.

Schema

  • Array [

  • exchange_id string

    Exchange identifier used to identify the routing destination.

    data

    object[]

  • Array [

  • asset_id_exchange string

    Exchange currency code.

    asset_id_coinapi string

    CoinAPI currency code.

    balance double

    Value of the current total currency balance on the exchange.

    available double

    Value of the current available currency balance on the exchange that can be used as collateral.

    locked double

    Value of the current locked currency balance by the exchange.

    last_updated_by string

    Possible values: [INITIALIZATION, BALANCE_MANAGER, EXCHANGE]

    Source of the last modification.

    rate_usd double

    Current exchange rate to the USD for the single unit of the currency.

    traded double

    Value of the current total traded.

  • ]

  • ]

Loading...