GET
/
api
/
v3
/
brokerage
/
cfm
/
positions
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>"
    }
  ]
}

Response

200
application/json

A successful response.

The response is of type object.