Skip to main content
GET
/
loans
/
assets
List loan assets
curl --request GET \
  --url https://api.exchange.coinbase.com/loans/assets \
  --header 'cb-access-key: <api-key>' \
  --header 'cb-access-passphrase: <api-key>' \
  --header 'cb-access-sign: <api-key>' \
  --header 'cb-access-timestamp: <api-key>'
{
  "collateral_assets": {},
  "diversification_ratio": "<string>",
  "borrowable_assets": [
    "<string>"
  ]
}

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.

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

A successful response.

collateral_assets
object
diversification_ratio
string
borrowable_assets
string[]