Search for token
Tokens
Search for token
Search for a token by:
- Token UUID (internal token ID from tokens table)
- Token Layer ID (bytes32 format: 0x… with 64 hex characters)
- Contract address (0x… with 40 hex characters for EVM or base58 for Solana)
- Token symbol (uppercase, e.g., BTC, ETH)
- Token slug (url-friendly name, e.g., bitcoin, ethereum)
Returns enriched token data including price, market cap, and holder count.
POST
Search for token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Token UUID, contract address (0x...), token layer ID (bytes32), symbol, or slug to search for
Minimum string length:
1Example:
"550e8400-e29b-41d4-a716-446655440000"
