Skip to main content
GET
/
wrapped-assets
Get all wrapped assets
curl --request GET \
  --url https://api.exchange.coinbase.com/wrapped-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>'
{
  "wrapped_assets": [
    {
      "id": "CBETH",
      "circulating_supply": "221127.7137774658",
      "total_supply": "926714.1251656958084",
      "conversion_rate": "1.006081377449935752",
      "apy": "0.0384"
    }
  ]
}

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

wrapped_assets
object[]
required