GET
/
v1
/
portfolios
/
{portfolio_id}
/
locates
curl --request GET \
  --url https://api.prime.coinbase.com/v1/portfolios/{portfolio_id}/locates
{
  "locates": [
    {
      "locate_id": "9227410b-d2d2-4646-950d-df126601bf2a",
      "entity_id": "e8bbed13-fa33-41de-86d5-4335d8f08166",
      "portfolio_id": "e8bbed13-fa33-41de-86d5-4335d8f08166",
      "symbol": "BTC",
      "requested_amount": "5.22",
      "interest_rate": "0.05",
      "status": "filled",
      "approved_amount": "2.5",
      "conversion_date": "2023-01-01T00:00:00.000Z",
      "created_at": "2023-01-01T00:00:00.000Z",
      "locate_date": "2023-01-01T00:00:00.000Z"
    }
  ]
}

Path Parameters

portfolio_id
string
required

The unique ID of the portfolio

Query Parameters

locate_ids
string[]

The IDs of specific locates to filter for

conversion_date
string

Deprecated: Use locate_date instead

locate_date
string

The date of the locates in YYYY-MM-DD format

Response

200
application/json

A successful response.

The response is of type object.