Canonical token market data for a ticker: price, market cap, FDV, liquidity, 24h change and volume with buy/sell split and netflow, launch date, on-chain total supply (Nansen token-screener plus on-chain reads; response includes the required "Powered by Nansen API" attribution). Neutral facts only, no ratings, no predictions, not investment advice.
Pay from $0.10 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 5h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 587ms
- avg response
- 587ms
- total checks
- 1
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.10 (p94 in Data)
- price (min)
- $0.10
- category percentile (min)
- p94 in Data
- endpoints / prices
- 1 / 1
- model
- flat
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
traction $0 30d · 0 buyers
- volume 30d
- $0
- buyers 30d
- 0
- settlements 30d
- 0
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedProvides canonical token market data for a ticker symbol
- category
- token-market-data
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /api/sippar/sell/token-intel | $0.10 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/sippar/sell/token-intel returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://sippar.network/api/sippar/sell/token-intel'
// 402 response (captured by monitor) · 1 payload · click to expand
[
{
"error": "Payment Required",
"rails": [
{
"how": "Pay the MPP challenge in the WWW-Authenticate header, retry with Authorization: Payment <credential>.",
"rail": "tempo-mpp"
},
{
"how": "Send 0.10 USDC on Base (chainId 8453) to 0x07fBca218b0a0a35244e0025a036Fa85a6dC97DC — either broadcast it yourself and retry with X-PAYMENT: <txHash>, or sign the \"exact\"-scheme authorization in accepts[] (EIP-3009 transferWithAuthorization) and retry with X-PAYMENT: <base64 x402 v2 PaymentPayload>; we settle that through the CDP facilitator.",
"rail": "base-x402",
"paymentRequirements": {
"asset": {
"symbol": "USDC",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"decimals": 6
},
"payTo": "0x07fBca218b0a0a35244e0025a036Fa85a6dC97DC",
"amount": "100000",
"chainId": 8453,
"network": "base-mainnet",
"description": "Token Market Data",
"amountFormatted": "0.10 USDC"
}
}
],
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x07fBca218b0a0a35244e0025a036Fa85a6dC97DC",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"product": "token-intel",
"success": false,
"priceUSD": 0.1,
"resource": {
"url": "https://sippar.network/api/sippar/sell/token-intel",
"tags": [
"x402",
"sippar",
"token-intel"
],
"mimeType": "application/json",
"description": "Canonical token market data for a ticker: price, market cap, FDV, liquidity, 24h change + volume with buy/sell split and netflow, launch date, on-chain total supply (Nansen token-screener + on-chain reads; response includes the required \"Powered by Nansen API\" attribution). Neutral facts only — no ratings, no predictions, not investment advice.",
"serviceName": "Token Market Data"
},
"termsUrl": "https://sippar.network/api/sippar/sell/terms",
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"ticker": "BONK"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"asOf": "2026-07-17T12:00:00.000Z",
"found": true,
"token": {
"fdvUsd": 900000000,
"symbol": "BONK",
"address": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"network": "solana",
"priceUsd": 0.0000123,
"change24hPct": -2.4,
"liquidityUsd": 5123456,
"marketCapUsd": 812345678,
"tokenAgeDays": 812,
"volume24hUsd": 9876543,
"netflowUsd24h": 323457,
"deploymentDate": "2023-12-25",
"buyVolume24hUsd": 5100000,
"sellVolume24hUsd": 4776543,
"onchainTotalSupply": "88888888888888"
},
"ticker": "BONK",
"sources": {
"marketData": {
"source": "nansen-token-screener",
"retrievedAt": "2026-07-17T12:00:00.000Z"
},
"onchainSupply": {
"source": "solana-rpc",
"retrievedAt": "2026-07-17T12:00:00.000Z"
}
},
"disclaimer": "Factual market data only, accurate as of the stated timestamps. Not investment advice, not a valuation, not a recommendation to transact.",
"attribution": {
"url": "https://nansen.ai",
"text": "Powered by Nansen API"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"pattern": "^\\$?[A-Za-z][A-Za-z0-9]{1,9}$",
"description": "Token ticker symbol, e.g. BONK or $WIF"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"ticker",
"found",
"asOf"
],
"properties": {
"asOf": {
"type": "string",
"format": "date-time"
},
"found": {
"type": "boolean"
},
"token": {
"type": "object",
"properties": {
"fdvUsd": {
"type": [
"number",
"null"
]
},
"symbol": {
"type": "string"
},
"address": {
"type": "string"
},
"network": {
"type": "string"
},
"priceUsd": {
"type": [
"number",
"null"
]
},
"change24hPct": {
"type": [
"number",
"null"
]
},
"liquidityUsd": {
"type": [
"number",
"null"
]
},
"marketCapUsd": {
"type": [
"number",
"null"
]
},
"tokenAgeDays": {
"type": [
"number",
"null"
]
},
"volume24hUsd": {
"type": [
"number",
"null"
]
},
"netflowUsd24h": {
"type": [
"number",
"null"
]
},
"deploymentDate": {
"type": [
"string",
"null"
]
},
"buyVolume24hUsd": {
"type": [
"number",
"null"
]
},
"sellVolume24hUsd": {
"type": [
"number",
"null"
]
},
"onchainTotalSupply": {
"type": [
"string",
"null"
]
}
}
},
"ticker": {
"type": "string"
},
"disclaimer": {
"type": "string"
},
"attribution": {
"type": "object",
"description": "Required \"Powered by Nansen API\" attribution — do not strip."
}
}
}
}
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 30d window selected here. Every series is also served as JSON at /api/v1/services/sippar-token-market-data/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
COMPLIANCE
11/11 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/sippar-token-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/sippar-token-market-data.svg" alt="Sippar Token Market Data listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/sippar-token-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/sippar-token-market-data?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/sippar-token-market-data.svg?data=uptime" alt="Sippar Token Market Data uptime on x402-list" height="28"> </a>