Coinbase Prime API
cURL
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" } ] }
List locates for the portfolio
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.
Show child attributes
The locate ID
"9227410b-d2d2-4646-950d-df126601bf2a"
The unique ID of the entity
"e8bbed13-fa33-41de-86d5-4335d8f08166"
The currency symbol
"BTC"
The requested locate amount
"5.22"
The interest rate of PM loan
"0.05"
The locate status
"filled"
The approved locate amount
"2.5"
"2023-01-01T00:00:00.000Z"
The date when the locate was submitted in RFC3339 format
The locate date from the CreateNewLocatesRequest in RFC3339 format
Was this page helpful?