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
The asset symbol
"BTC"
The asset adjustment factor for Trade Finance
"0.85"
The liability adjustment factor for Trade Finance
"1.15"
Was this page helpful?