Skip to main content
GET
/
tokens
/
{tokenAddress}
Get Token Economic History
curl --request GET \
  --url https://api.webacy.com/tokens/{tokenAddress} \
  --header 'x-api-key: <api-key>'
{
  "metrics": {
    "current_price": 0.9998333071316389,
    "market_cap": 60660002910.37936,
    "total_volume": 11574159527.551695,
    "date": "21-05-2025"
  },
  "risk": {
    "count": 1,
    "medium": 0,
    "high": 0,
    "overallRisk": 0,
    "issues": []
  },
  "metadata": {
    "name": "USD Coin",
    "symbol": "USDC",
    "contract_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
    "chain": "eth",
    "decimals": 6
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

tokenAddress
string
required

Address of the token to analyze

Query Parameters

chain
enum<string>
required

Blockchain network of the token. Supported chains for token analysis include Ethereum, Base, Binance Smart Chain, Polygon, Optimism, Arbitrum, and Solana Blockchain networks supported for token analysis, pools, and market data operations via CoinGecko integration

Available options:
eth,
base,
bsc,
pol,
opt,
arb,
sol,
ton,
sei,
btc,
sui
metrics-date
string
required

The specific date for which to retrieve token metrics data in DD-MM-YYYY format

Response

Success - Returns token economics data, risk analysis, and metadata for the specified date

metrics
object
required

Historical market data for the specified date

risk
object
required

Risk assessment data for the token

metadata
object

Token metadata information including name, symbol, links, and other details