Skip to main content
Use this public read endpoint to retrieve the token contract addresses currently included in o1 Alpha for one network.

Endpoint

No API key or bearer token is required.

Query parameter

The endpoint rejects a missing, duplicated, non-integer, or non-positive networkId with 400 Bad Request.

Request example

Response

A successful response is an unwrapped JSON array containing only contract addresses:
Addresses are ordered by their current o1 Alpha rank. Duplicate addresses are omitted while preserving the first ranked occurrence. The endpoint returns up to 1,000 addresses. If the network currently has no o1 Alpha tokens, the response is:
The response intentionally contains no token metadata, rank values, pagination fields, or network wrapper. Use the requested networkId as the chain context for every returned address.

JavaScript example

Errors

Invalid request parameters return a JSON error:

Rate limits and caching

Cloudflare enforces source-based rate limits at the public API edge. Limits may change as traffic patterns and service capacity evolve, so clients must handle 429 responses instead of assuming a fixed quota. Successful responses include:
Browsers may call the endpoint across origins. Shared caches can reuse a successful response for up to five minutes, while browser caches can reuse it for up to one minute.