Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/financing/eligible-assets
{ "assets": [ { "symbol": "BTC", "asset_adjustment": "0.85", "liability_adjustment": "1.15" } ] }
Get all assets eligible for Trade Finance with their adjustment factors.
A successful response.
List of assets eligible for Trade Finance
Show child attributes
Was this page helpful?