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.
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?