Coinbase Exchange API
cURL
curl --request GET \ --url https://api.exchange.coinbase.com/loans/options \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>'
[ { "currency": "<string>", "max_principal_amount": { "native": "<string>", "notional": "<string>" }, "interest_rate": "<string>", "available_inventory": { "native": "<string>", "notional": "<string>" } } ]
Get available currencies and interest rates for new loans. All amounts returned by this API are notional values (i.e., USD).
Show child attributes
Was this page helpful?