GET
/
loans
/
interest
curl --request GET \
  --url https://api.exchange.coinbase.com/loans/interest \
  --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>",
    "current_owed": "<string>",
    "last_payment_date": "2023-11-07T05:31:56Z",
    "payment_status": "STATUS_UNSPECIFIED",
    "last_payment_amount": "<string>",
    "prior_period_overdue": "<string>",
    "current_interest_due_date": "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

Response

200
application/json

The response is of type object[].