GET
/
loans
/
interest
/
history
/
{loan_id}
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"
  }
]

Authorizations

cb-access-key
string
header
required
cb-access-passphrase
string
header
required
cb-access-sign
string
header
required
cb-access-timestamp
string
header
required

Path Parameters

loan_id
string
required

Response

200
application/json

The response is of type object[].