← oblique.markets · all endpoints

POST /api/v1/paid/token-metrics — $0.003 per call

Use when an agent needs token metrics. Returns Token price and on-chain market metrics from free DefiLlama APIs, including chain TVL, DEX volume, fees, yields and protocol context. $0.003.

Price$0.003 per call (3000 atomic USDC, scheme exact)
Categorymarket-data
Railsx402 · USDC on Base (eip155:8453) and Solana · MPP pathUSD on Tempo
Canonical URLhttps://api.oblique.markets/api/v1/paid/token-metrics

Try it

curl -i https://api.oblique.markets/api/v1/paid/token-metrics
# → HTTP 402 with the exact payment requirements; pay, then retry with PAYMENT-SIGNATURE (x402) or Authorization: Payment (MPP)

Input schema

{
 "type": "object",
 "required": [
  "token_address"
 ],
 "properties": {
  "token_address": {
   "type": "string",
   "pattern": "^0x[0-9a-fA-F]{40}$"
  },
  "chain": {
   "type": "string",
   "default": "Base"
  },
  "symbol": {
   "type": "string"
  }
 }
}

Example output

{
 "token_address": "0x4200000000000000000000000000000000000006",
 "chain": "Base",
 "price": {
  "price_usd": 2500,
  "symbol": "WETH",
  "source": "DefiLlama"
 },
 "market": {
  "chain_tvl_usd": 5000000000,
  "dex_volume_24h_usd": 120000000,
  "fees_24h_usd": 900000,
  "source": "DefiLlama"
 },
 "protocols": [],
 "yields": [],
 "freshness": {
  "retrieved_at": "2026-09-01T12:00:00.000Z",
  "sources": [
   "DefiLlama"
  ]
 }
}

Clients

Worked TypeScript/Python clients and MCP configs: oblique-markets/oblique-examples · Agent Skills: oblique-markets/skills

Pay per call with x402 (USDC on Base or Solana) or MPP (pathUSD on Tempo). No accounts. Machine doors: /.well-known/x402.json · /openapi.json · /llms-full.txt · MCP · humans: remote.observer