List locates for the portfolio
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" } ] }
The unique ID of the portfolio
The IDs of specific locates to filter for
Deprecated: Use locate_date instead
The date of the locates in YYYY-MM-DD format
A successful response.
The response is of type object.
object
Was this page helpful?