Coinbase Advanced Trade API
cURL
curl --request GET \ --url https://api.coinbase.com/api/v3/brokerage/cfm/positions
{ "positions": [ { "product_id": "<string>", "expiration_time": "<string>", "side": "<any>", "number_of_contracts": "<string>", "current_price": "<string>", "avg_entry_price": "<string>", "unrealized_pnl": "<string>", "daily_realized_pnl": "<string>" } ] }
Get a list of positions in CFM products
A successful response.
The response is of type object.
object
Was this page helpful?