verified until 2026-08-18
Base-native onchain data for AI agents, pay-per-call in USDC via x402 v2. Token prices by contract, wallet portfolios valued in USD, token safety checks (honeypot/taxes/owner powers), new-pool radar with per-pool token addresses, Basename resolution, gas costing, stateless watch diffs. 16 paid endpoints ($0.001-$0.005), 4 free. Every 402 quote carries the endpoint's request and response schema. Failed requests are never charged. Open source (MIT), MCP server on npm (agenttoll-mcp).
Pay from $0.001 to $0.005 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
listed 2026-08-11 · no on-chain settlement recorded yet
ASSESSMENT
updated 48m 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
- 300ms
- avg response
- 300ms
- total checks
- 1
Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.
compliance A (14/14)
14 of 14 x402 conformance checks pass. Full checklist below.
price $0.001 to $0.005 (p10 in Data)
- price (min)
- $0.001
- price (max)
- $0.005
- category percentile (min)
- p10 in Data
- category percentile (max)
- p13 in Data
- endpoints / prices
- 15 / 4
- model
- tiered
- 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.
- domain age
- 6d
- registrar
- Squarespace Domains II LLC.
- hosting
- custom
- domain created
- 2026-08-05
Identity facts, not a risk score.
traction $0.00 30d · 0 buyers
- volume 30d
- $0.00
- buyers 30d
- 0
- settlements 30d
- 0
- first settlement
- ---
- last settlement
- ---
- top buyer share
- -
- trend 7d vs 30d
- -
- networks
- eip155:8453
- volume all-time
- $0
- settlements all-time
- 0
- median settlement 30d
- -
- max settlement 30d
- -
- settled via
- -
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-derivedNo AI synthesis has been produced for this service yet.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET | 402 CHANNEL |
|---|---|---|---|---|---|---|
| GET | /api/base/address/0xe55359021a6a22d8385b827405991c56075f56f8 | $0.001 | Base | USDC | header | |
| GET | /api/base/name/agenttoll.base.eth | $0.001 | Base | USDC | header | |
| GET | /api/base/portfolio/0x1985EA6E9c68E1C272d8209f3B478AC2Fdb25c87 | $0.003 | Base | USDC | header | |
| GET | /api/base/radar | $0.003 | Base | USDC | header | |
| GET | /api/base/safety/0x940181a94A35A4569E4529A3CDfB74e38FD98631 | $0.003 | Base | USDC | header | |
| GET | /api/base/token/0x940181a94A35A4569E4529A3CDfB74e38FD98631 | $0.001 | Base | USDC | header | |
| GET | /api/base/trending | $0.002 | Base | USDC | header | |
| GET | /api/brief | $0.005 | Base | USDC | header | |
| GET | /api/feargreed | $0.001 | Base | USDC | header | |
| GET | /api/gas | $0.001 | Base | USDC | header | |
| GET | /api/price/eth | $0.001 | Base | USDC | header | |
| GET | /api/trending | $0.002 | Base | USDC | header | |
| GET | /api/try/premium | $0.002 | Base | USDC | header | |
| GET | /api/watch/address/0xe55359021a6a22d8385b827405991c56075f56f8 | $0.002 | Base | USDC | header | |
| GET | /api/watch/radar | $0.003 | Base | USDC | header |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /api/base/address/0xe55359021a6a22d8385b827405991c56075f56f8 returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://agenttoll.app/api/base/address/0xe55359021a6a22d8385b827405991c56075f56f8'
// 402 response (captured by monitor) · 15 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/gas",
"mimeType": "",
"description": "Base gas price check: the current gas price and latest block number; add ?gasLimit=150000 to also get what a transaction that size costs in ETH and USD"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"gasLimit": 150000
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:32:13.596Z",
"chain": "base",
"estimate": {
"ethUsd": 1867.28,
"ethCost": 9.06263e-7,
"usdCost": 0.001692,
"gasLimit": 150000
},
"gasPriceWei": "6041753",
"latestBlock": 49573693,
"gasPriceGwei": 0.006041753
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"gasLimit": {
"type": "integer",
"maximum": 30000000,
"minimum": 21000,
"description": "Optional. Also price a transaction of this gas size"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/trending",
"mimeType": "",
"description": "Trending token scan: the tokens moving across the crypto market right now; ?limit=N trims the list"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 5
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"coins": [
{
"id": "hyperliquid",
"usd": 22.4,
"name": "Hyperliquid",
"rank": 18,
"symbol": "hype",
"change24h": 3.1
}
],
"source": "coingecko"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 25,
"minimum": 1,
"description": "Optional. Top N only"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/feargreed",
"mimeType": "",
"description": "Crypto market sentiment check: the Fear and Greed index with yesterday's value; ?days=7 adds a daily history so you can see whether sentiment is turning"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"days": 7
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:32:14.339Z",
"days": 7,
"value": 27,
"history": [
{
"date": "2026-08-05T00:00:00.000Z",
"value": 27,
"classification": "Fear"
}
],
"yesterday": 25,
"classification": "Fear"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"days": {
"type": "integer",
"maximum": 30,
"minimum": 1,
"description": "Optional. Add this many days of daily history"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "5000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/brief",
"mimeType": "",
"description": "Market brief in one call: prices (BTC, ETH and SOL by default, or ?symbols=eth,degen), Base gas, and market sentiment"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbols": "eth,degen,aero"
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:59.006Z",
"majors": {
"eth": {
"usd": 1867.28,
"symbol": "eth",
"change24h": -0.1
}
},
"baseGas": {
"chain": "base",
"latestBlock": 49573686,
"gasPriceGwei": 0.006
},
"sentiment": {
"value": 27,
"yesterday": 25,
"classification": "Fear"
}
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"symbols": {
"type": "string",
"description": "Optional. Comma-separated tickers, up to 6. Default btc,eth,sol"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/try/premium",
"mimeType": "",
"description": "Turkish lira crypto premium check: implied USD/TRY from a crypto cross-rate versus the official rate; ?asset=usdt is the reading desks quote"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"asset": "usdt"
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"asset": "usdt",
"assetTry": 47.53,
"assetUsd": 0.999318,
"premiumPct": 0.578,
"impliedUsdTry": 47.5624,
"officialUsdTry": 47.2891
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"asset": {
"enum": [
"btc",
"eth",
"usdt",
"usdc"
],
"type": "string",
"description": "Optional. Cross-rate asset, default btc"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/base/trending",
"mimeType": "",
"description": "Trending Base pool scan: the DEX pools moving on Base right now, with price, 24h volume and liquidity; ?limit=N sets how many"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 5
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"chain": "base",
"pools": [
{
"name": "AERO / USDC",
"pool": "0x6cdc...971d",
"priceUsd": 0.4206,
"change24hPct": 2.711,
"liquidityUsd": 25358508.8,
"volume24hUsd": 1118348.8
}
],
"source": "geckoterminal-trending"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 20,
"minimum": 1,
"description": "Optional. How many pools, default 10"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/base/radar",
"mimeType": "",
"description": "New token radar on Base with a liquidity floor: pools created in the last 24 hours that already hold real liquidity; ?minLiquidity sets the spam floor in USD, default 10000. Each pool carries its token address, so anything interesting can go straight to /api/base/safety"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"limit": 5,
"minLiquidity": 50000
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"chain": "base",
"count": 1,
"pools": [
{
"name": "BASED / ETH 1%",
"pool": "0x2acb...cac0",
"token": "0xb6bb786056c690e41b20a587573fd77aade2eb07",
"priceUsd": 0.0000156,
"createdAt": "2026-08-05T13:01:33Z",
"liquidityUsd": 14246.1,
"volume24hUsd": 19071.46
}
],
"source": "geckoterminal-new-pools",
"minLiquidityUsd": 10000
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 30,
"minimum": 1,
"description": "Optional. How many pools, default 15"
},
"minLiquidity": {
"type": "number",
"minimum": 0,
"description": "Optional. Liquidity floor in USD, default 10000"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/price/eth",
"mimeType": "",
"description": "Token price lookup: spot price in USD and 24h change for a crypto asset, by ticker or CoinGecko id"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"symbol": "eth"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:57.070Z",
"id": "ethereum",
"usd": 1867.28,
"source": "coingecko",
"symbol": "eth",
"change24h": -0.1
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Ticker or CoinGecko id"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/api/price/:symbol"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/base/token/0x940181a94A35A4569E4529A3CDfB74e38FD98631",
"mimeType": "",
"description": "Base token price lookup by contract address: the onchain USD price for any token on Base"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"address": "0x940181a94A35A4569E4529A3CDfB74e38FD98631"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"usd": 1867.28,
"chain": "base",
"token": "0x4200000000000000000000000000000000000006",
"source": "geckoterminal"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/api/base/token/:address"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/base/address/0xe55359021a6a22d8385b827405991c56075f56f8",
"mimeType": "",
"description": "Base wallet lookup: an address's primary basename, ETH balance, transaction count, and whether it is a contract"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"address": "0xe55359021a6a22d8385b827405991c56075f56f8"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"chain": "base",
"address": "0xe553...56f8",
"txCount": 42,
"basename": "agenttoll.base.eth",
"ethBalance": 0.0019,
"isContract": false
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/api/base/address/:address"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/base/portfolio/0x1985EA6E9c68E1C272d8209f3B478AC2Fdb25c87",
"mimeType": "",
"description": "Wallet portfolio on Base: everything an address holds valued in USD, ETH plus its ERC-20 tokens, largest first, with a spam floor you set"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"address": "0x1985EA6E9c68E1C272d8209f3B478AC2Fdb25c87"
},
"queryParams": {
"limit": 10,
"minValue": 100
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"chain": "base",
"shown": 1,
"native": {
"symbol": "ETH",
"balance": 194.68,
"priceUsd": 1868.57,
"valueUsd": 363774.32
},
"source": "blockscout",
"tokens": [
{
"name": "Coinbase Wrapped BTC",
"symbol": "CBBTC",
"address": "0xcbb7...33bf",
"balance": 5.673857,
"priceUsd": 64198,
"valueUsd": 364250.29
}
],
"address": "0x1985...5c87",
"basename": null,
"totalUsd": 7143109.27,
"unpriced": 0,
"tokenCount": 52,
"minValueUsd": 10000,
"hiddenBelowFloor": 48
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
}
},
"queryParams": {
"type": "object",
"properties": {
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Optional. How many holdings to list, default 20"
},
"minValue": {
"type": "number",
"minimum": 0,
"description": "Optional. USD floor per holding, default 1"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/api/base/portfolio/:address"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/base/safety/0x940181a94A35A4569E4529A3CDfB74e38FD98631",
"mimeType": "",
"description": "Token safety check for a Base token before you buy - is it a honeypot, is it a rug: a simulated buy and sell, buy and sell tax, contract verification, owner privileges, holder concentration, whether anyone can still pull the liquidity, and who deployed the contract - a token shipped from a wallet with a handful of transactions is the shape most rugs share"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"address": "0x940181a94A35A4569E4529A3CDfB74e38FD98631"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"name": "Aerodrome",
"chain": "base",
"token": "0x940181a94a35a4569e4529a3cdfb74e38fd98631",
"checks": [
{
"id": "honeypot",
"detail": "A simulated buy and sell both succeeded",
"status": "pass"
},
{
"id": "taxes",
"detail": "Buy tax 0%, sell tax 0%",
"status": "pass"
},
{
"id": "owner-powers",
"detail": "Owner can: owner can mint new supply",
"status": "warn"
},
{
"id": "deployer",
"detail": "The deployer is a wallet with 731 transactions and holds 0.12094 ETH",
"status": "pass"
}
],
"failed": [],
"symbol": "AERO",
"sources": [
"goplus",
"honeypot.is"
],
"verdict": "caution",
"deployer": {
"address": "0xe83f922c34a1...",
"txCount": 731,
"ageHours": null,
"firstSeen": null,
"balanceEth": 0.12094,
"isContract": false,
"flaggedScam": false
},
"warnings": [
"owner-powers",
"liquidity"
],
"unchecked": [],
"disclaimer": "Automated checks against public data, not investment advice. Passing every check does not make a token safe.",
"holderCount": 748566,
"listedOnCex": [
"Coinbase"
]
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/api/base/safety/:address"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/base/name/agenttoll.base.eth",
"mimeType": "",
"description": "Basename lookup both ways: a name returns its address and text records, an address returns its primary basename"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"nameOrAddress": "agenttoll.base.eth"
},
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"name": "agenttoll.base.eth",
"query": "agenttoll.base.eth",
"address": "0xe553...56f8",
"records": {},
"resolver": "0x426fA03f..."
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"nameOrAddress"
],
"properties": {
"nameOrAddress": {
"type": "string",
"description": "A basename (.base.eth optional) or a 0x address"
}
}
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/api/base/name/:nameOrAddress"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/watch/radar",
"mimeType": "",
"description": "New pool watch: only the Base pools that appeared since your cursor, for agents polling on a schedule"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"since": "2026-08-05T08:40:01Z"
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"chain": "base",
"count": 1,
"pools": [
{
"name": "BASED / ETH 1%",
"pool": "0x2acb...cac0",
"token": "0xb6bb786056c690e41b20a587573fd77aade2eb07",
"priceUsd": 0.0000156,
"createdAt": "2026-08-05T13:01:33Z",
"liquidityUsd": 14246.1,
"volume24hUsd": 19071.46
}
],
"since": "2026-08-05T08:40:01Z",
"cursor": "2026-08-05T13:01:33Z"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {
"since": {
"type": "string",
"description": "ISO cursor from the previous reply"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe55359021a6a22d8385b827405991c56075f56f8",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://agenttoll.app/api/watch/address/0xe55359021a6a22d8385b827405991c56075f56f8",
"mimeType": "",
"description": "Wallet activity watch: new activity for a Base address since your cursor, so a scheduled agent only fetches what changed"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"pathParams": {
"address": "0xe55359021a6a22d8385b827405991c56075f56f8"
},
"queryParams": {
"since": "2026-08-05T08:40:01Z"
}
},
"output": {
"type": "json",
"example": {
"at": "2026-08-05T13:31:58.678Z",
"chain": "base",
"count": 1,
"since": "2026-08-05T08:40:01Z",
"cursor": "2026-08-05T12:10:44Z",
"events": [
{
"at": "2026-08-05T12:10:44Z",
"hash": "0x4893...3c91",
"method": "transferWithAuthorization",
"ethValue": 0,
"direction": "in",
"counterparty": "0x5f87...6f78"
}
],
"address": "0xe553...56f8"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"address": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$"
}
}
},
"queryParams": {
"type": "object",
"properties": {
"since": {
"type": "string",
"description": "ISO cursor from the previous reply"
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
},
"routeTemplate": "/api/watch/address/:address"
}
},
"x402Version": 2
}
] OVER TIME
All charts use the 30d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/agenttoll/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). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.
Median across 15 endpoints. Use the selector to isolate one.
checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression
COMPLIANCE
14/14 checks pass · grade Alast 402 captured 2026-08-11 · last up 2026-08-11
- 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
- declares the current x402 version (2)
- EIP-712 domain parameters present on every EVM entry
- x402 v2 envelope delivered in the payment-required header
SITE PILLARS
- homepage reachable
- openapi doc
- pricing page
- llms.txt
- robots.txt
- terms page
recent checks (4) live · click to expand
EMBED THIS BADGE
<a href="https://x402-list.com/services/agenttoll?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/agenttoll.svg" alt="AgentToll listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/agenttoll?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/agenttoll?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/agenttoll.svg?data=uptime" alt="AgentToll uptime on x402-list" height="28"> </a>