Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/entities/{entity_id}/locates_availability
{ "locates": [ { "symbol": "BTC", "quantity": "100", "rate": "0.05" } ] }
Get currencies available to be located with their corresponding amount and rate.
The unique ID of the entity
Deprecated: Use locate_date instead
The date of the locate availability in YYYY-MM-DD format
A successful response.
Show child attributes
The currency symbol
"BTC"
The available quantity located
"100"
The interest rate for located symbol
"0.05"
Was this page helpful?