Token List

Returns a list of all tokens with their last updated USD price.

curl -s --location --request GET \
    "https://app.pangea.foundation/v1/api/markets/tokens" \
    --header "Accept: application/jsonstream" \
    --header "Accept-Encoding: gzip" --compressed \
    --header "Authorization: Basic $PANGEA_AUTH" | jq

Response

[
  ...
  {
    "symbol": "Silo",
    "name": "Silo Governance Token",
    "address": "0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8",
    "usd_price": 0.06035906938920653,
    "decimals": 18,
    "last_update": 1726773248
  }
  ...
]

Query Parameters

v1/api/markets/tokens

None