Skip to main content
GET
/
loans
/
options
List new loan options
curl --request GET \
  --url https://api.exchange.coinbase.com/loans/options \
  --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>",
    "max_principal_amount": {
      "native": "<string>",
      "notional": "<string>"
    },
    "interest_rate": "<string>",
    "available_inventory": {
      "native": "<string>",
      "notional": "<string>"
    }
  }
]
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

Response

currency
string
max_principal_amount
object
interest_rate
string
available_inventory
object