Live API
Apexis Token API
Select a token or paste a contract address to instantly generate your API endpoint. Get live price, market cap, volume, and historical changes.
No token selected
Search for a token by name or symbol, or paste a contract address above to generate your API endpoint.
By symbol
/api/token?symbol=APXS
By address
/api/token?address=0x...
Response
price, changes, mcap, chart
Response Fields
| Field | Type | Description |
|---|---|---|
| token.address | string | Contract address on ARC chain |
| token.symbol | string | Token ticker symbol |
| token.name | string | Full token name |
| token.decimals | number | Token decimal places |
| token.iconUrl | string | null | Token logo URL |
| token.pairAddress | string | DEX liquidity pair address |
| price.usd | number | Current price in USD |
| price.updatedAt | string | ISO timestamp of last update |
| changes.change1h | number | null | % price change in last 1 hour |
| changes.change24h | number | null | % price change in last 24 hours |
| changes.change7d | number | null | % price change in last 7 days |
| changes.change30d | number | null | % price change in last 30 days |
| market.volume24h | number | 24h trading volume in USD |
| market.tvlUsd | number | Total value locked in USD |
| market.mcapUsd | number | Market capitalization in USD |
| market.totalSupply | number | Total token supply |
| chart24h | array | Array of { timestamp, price } for last 24h |