Skip to main content
GET
/
v1
/
entities
/
{entity_id}
/
balances
List Entity Balances
curl --request GET \
  --url https://api.prime.coinbase.com/v1/entities/{entity_id}/balances
{
  "balances": [
    {
      "symbol": "BTC",
      "long_amount": "109.42",
      "long_notional": "109.42",
      "short_amount": "109.42",
      "short_notional": "109.42"
    }
  ],
  "pagination": {
    "next_cursor": "<string>",
    "sort_direction": "DESC",
    "has_next": true
  }
}

Path Parameters

entity_id
string
required

Query Parameters

symbols
string
cursor
string
limit
integer
aggregation_type
enum<string>
default:UNKNOWN_BALANCE_TYPE
Available options:
UNKNOWN_BALANCE_TYPE,
TRADING_BALANCES,
VAULT_BALANCES,
TOTAL_BALANCES,
PRIME_CUSTODY_BALANCES,
UNIFIED_TOTAL_BALANCES

Response

balances
object[]
required
pagination
object
required