Coinbase Exchange API
cURL
curl --request GET \ --url https://api.exchange.coinbase.com/loans/interest/history/{loan_id} \ --header 'cb-access-key: <api-key>' \ --header 'cb-access-passphrase: <api-key>' \ --header 'cb-access-sign: <api-key>' \ --header 'cb-access-timestamp: <api-key>'
[ { "interest_rate": "<string>", "effective_at": "2023-11-07T05:31:56Z" } ]
List interest rate history for a loan
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.
Was this page helpful?