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

FieldTypeDescription
token.addressstringContract address on ARC chain
token.symbolstringToken ticker symbol
token.namestringFull token name
token.decimalsnumberToken decimal places
token.iconUrlstring | nullToken logo URL
token.pairAddressstringDEX liquidity pair address
price.usdnumberCurrent price in USD
price.updatedAtstringISO timestamp of last update
changes.change1hnumber | null% price change in last 1 hour
changes.change24hnumber | null% price change in last 24 hours
changes.change7dnumber | null% price change in last 7 days
changes.change30dnumber | null% price change in last 30 days
market.volume24hnumber24h trading volume in USD
market.tvlUsdnumberTotal value locked in USD
market.mcapUsdnumberMarket capitalization in USD
market.totalSupplynumberTotal token supply
chart24harrayArray of { timestamp, price } for last 24h