Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/entities/{entity_id}/tf_obligations
{ "obligations": [ { "portfolio_id": "e8bbed13-fa33-41de-86d5-4335d8f08166", "symbol": "BTC", "amount_due": "150000", "notional_amount": "250000", "due_date": "1000" } ] }
List trade finance obligations for a given entity.
Documentation IndexFetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
The entity ID to retrieve obligations for
A successful response.
The list of obligations (loans) for the entity.
Show child attributes
Was this page helpful?