x402.blocknotify.com
x402.blocknotify.com
· x402.blocknotify.com
Get real-time token price, market cap and more. Pass an EVM chain plus ERC-20 contract address; returns current price (USD or any quote currency), 24h/7d/30d percentage changes, market cap, fully diluted valuation, 24h volume, all-time high/low, total / circulating / max supply, and basic community stats. Cached server-side for ~7 minutes for low-cost agent lookups.
x402.blocknotify.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
F
Conformance score: 19/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://x402.blocknotify.com/.well-known/agent-card.json |
| Provider | https://x402.blocknotify.com |
| Docs | https://x402.blocknotify.com |
Health · last 2 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/x402.blocknotify.com) [](https://agenstry.com/agents/x402.blocknotify.com) [](https://agenstry.com/agents/x402.blocknotify.com) [](https://agenstry.com/agents/x402.blocknotify.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "x402-blocknotify-com",
"name": "x402.blocknotify.com",
"description": "Get real-time token price, market cap and more. Pass an EVM chain plus ERC-20 contract address; returns current price (USD or any quote currency), 24h/7d/30d percentage changes, market cap, fully diluted valuation, 24h volume, all-time high/low, total / circulating / max supply, and basic community stats. Cached server-side for ~7 minutes for low-cost agent lookups.",
"domain": "x402.blocknotify.com",
"provider": "x402.blocknotify.com",
"providerUrl": "",
"category": "",
"networks": [
"eip155:8453"
],
"enriched": false,
"endpoints": [
{
"url": "https://x402.blocknotify.com/v1/analyze-transaction",
"description": "Transaction safety analysis for EVM wallets and AI agents. Simulates a transaction, detects approval abuse, suspicious contracts, and failure conditions, then returns an allow, warn, or block decision before execution.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "data",
"type": "string",
"description": "",
"example": "0x095ea7b30000000000000000000000003333333333333333333333333333333333333333ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from",
"type": "string",
"description": "",
"example": "0x1111111111111111111111111111111111111111",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to",
"type": "string",
"description": "",
"example": "0x2222222222222222222222222222222222222222",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "value",
"type": "string",
"description": "",
"example": "0x0",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.blocknotify.com/v1/analyze-erc20-transfer",
"description": "ERC-20 transfer safety analysis for wallets and AI agents. Evaluates token transfers for suspicious recipients, unusual transfer patterns, and scam risk, then returns a recommended action before funds move.",
"pricing": {
"amount": "0.05",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "amount",
"type": "string",
"description": "",
"example": "1",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from",
"type": "string",
"description": "",
"example": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "recipient",
"type": "string",
"description": "",
"example": "0x000000000000000000000000000000000000dEaD",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "tokenSymbol",
"type": "string",
"description": "",
"example": "UNI",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.blocknotify.com/v1/simulate-transaction",
"description": "Simulate an EVM transaction and return execution details including success status, gas usage, and the full Tenderly trace. Designed for agents that need raw simulation data without risk interpretation.",
"pricing": {
"amount": "0.03",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "data",
"type": "string",
"description": "",
"example": "0x",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "from",
"type": "string",
"description": "",
"example": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "to",
"type": "string",
"description": "",
"example": "0x6b175474e89094c44da98b954eedeac495271d0f",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "value",
"type": "string",
"description": "",
"example": "0x0",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.blocknotify.com/v1/resolve-token",
"description": "Resolve and normalize ERC-20 token metadata from a contract address. Returns token name, symbol, decimals, and normalized identity so agents can safely interpret token interactions.",
"pricing": {
"amount": "0.005",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "symbol",
"type": "string",
"description": "",
"example": "UNI",
"enumValues": [],
"default": null,
"required": false
}
]
},
{
"url": "https://x402.blocknotify.com/v1/token-price",
"description": "Get real-time token price, market cap and more. Pass an EVM chain plus ERC-20 contract address; returns current price (USD or any quote currency), 24h/7d/30d percentage changes, market cap, fully diluted valuation, 24h volume, all-time high/low, total / circulating / max supply, and basic community stats. Cached server-side for ~7 minutes for low-cost agent lookups.",
"pricing": {
"amount": "0.0011",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "address",
"type": "string",
"description": "",
"example": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "chain",
"type": "string",
"description": "",
"example": "ethereum",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "currency",
"type": "string",
"description": "",
"example": "USD",
"enumValues": [],
"default": null,
"required": false
}
]
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.0011",
"maxAmount": "0.05",
"avgCostPerTransaction": "0.02722",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": []
}
}