Coinbase Exchange API
List interest rate history for a loan
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" } ]
The response is of type object[].
object[]
Was this page helpful?