Futures
Get Entity FCM Balance
REST API
- Introduction
- Requests
- Rate Limits
- Authentication
- Pagination
- CLI Setup
- Activities
- Address Book
- Allocations
- Assets
- Balances
- Commission
- Financing
- Futures
- Invoices
- Onchain Address Book
- Onchain Address Groups
- Orders
- Payment Methods
- Portfolios
- Positions
- Products
- Staking
- Transactions
- Users
- Wallets
FIX API
Futures
Get Entity FCM Balance
Retrieve fcm balance for a given entity.
GET
/
v1
/
entities
/
{entity_id}
/
futures
/
balance_summary
Copy
Ask AI
curl --request GET \
--url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/balance_summary
Copy
Ask AI
{
"portfolio_id": "00000000-0000-0000-0000-000000000000",
"cfm_usd_balance": "1000.00",
"unrealized_pnl": "10.12",
"daily_realized_pnl": "10.12",
"excess_liquidity": "10.12",
"futures_buying_power": "10.12",
"initial_margin": "10.12",
"maintenance_margin": "10.12",
"clearing_account_id": "CFS1234567"
}
Path Parameters
Entity ID
Response
200
application/json
A successful response.
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/balance_summary
Copy
Ask AI
{
"portfolio_id": "00000000-0000-0000-0000-000000000000",
"cfm_usd_balance": "1000.00",
"unrealized_pnl": "10.12",
"daily_realized_pnl": "10.12",
"excess_liquidity": "10.12",
"futures_buying_power": "10.12",
"initial_margin": "10.12",
"maintenance_margin": "10.12",
"clearing_account_id": "CFS1234567"
}
Assistant
Responses are generated using AI and may contain mistakes.