Skip to main content
GET
/
loans
List loans
curl --request GET \
  --url https://api.exchange.coinbase.com/loans \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>'
[
  {
    "id": "<string>",
    "currency": "<string>",
    "principal_amount": "<string>",
    "outstanding_principal_amount": "<string>",
    "interest_rate": "<string>",
    "interest_currency": "<string>",
    "status": "loan_pending",
    "effective_at": "2023-11-07T05:31:56Z",
    "closed_at": "2023-11-07T05:31:56Z",
    "term_start_date": "2023-11-07T05:31:56Z",
    "term_end_date": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Coinbase Exchange Loans ProgramSee Coinbase Exchange Loans Program for program details including qualification criteria and sample terms.
CautionThe lending rate limit is 10 RPS per profile.

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

Query Parameters

ids
string

Response

id
string
currency
string
principal_amount
string
outstanding_principal_amount
string
interest_rate
string
interest_currency
string
status
enum<string>
default:loan_pending
Available options:
loan_pending,
loan_active,
loan_canceled,
loan_closed
effective_at
string<date-time>
closed_at
string<date-time>
term_start_date
string<date-time>
term_end_date
string<date-time>