Skip to main content
GET
/
tokens
Get all tokens
curl --request GET \
  --url https://gateway.ramses.xyz/v3/hyperevm/tokens
[
  {
    "id": "<string>",
    "symbol": "<string>",
    "name": "<string>",
    "decimals": 123,
    "price": 123
  }
]

Documentation Index

Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt

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

Response

200 - application/json

Array of all indexed tokens

id
string
required

Token contract address

symbol
string
required

Token symbol

name
string
required

Token name

decimals
number
required

Token decimals

price
number
required

Current price in USD