Agent Souk
Base token market snapshot: live price, deepest listed pool, 24h volume and on-chain facts for one ERC-20 (no LLM)
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.01 USDC on Base to 0xA0a2…31c07. The signed payment is good for 15 minutes.
- Paid to
- 0xA0a2…31c07
- USD Coin contract
- 0x8335…02913
- Payment window
- 15 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xA0a2494006B72109137630bC026434a809731c07",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 900
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"token": "weth"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"chain": "base",
"token": {
"name": "Wrapped Ether",
"symbol": "WETH",
"address": "0x4200000000000000000000000000000000000006",
"decimals": 18,
"total_supply": "244772.689680834200077641"
},
"wallet": null,
"sources": [
"https://api.dexscreener.com (pools, price, volume)",
"https://base-rpc.publicnode.com (contract reads, balances, gas)"
],
"chain_id": 8453,
"price_usd": 2478.18,
"fetched_at": "2026-09-14T01:10:00.000Z",
"price_note": null,
"price_source": {
"dex": "uniswap",
"base": "WETH",
"quote": "USDC",
"pair_url": "https://dexscreener.com/base/0x6c561b446416e1a00e8e93e221854d6ea4171372",
"token_is": "base",
"pair_address": "0x6c561B446416E1A00E8E93E221854d6eA4171372",
"liquidity_usd": 120112805.72,
"volume_24h_usd": 48501109.22,
"price_change_24h_pct": -1.75
},
"pairs_on_base": 22,
"gas_price_gwei": 0.006,
"pools_listed_capped": false
}
}
},
"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": {
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string",
"description": "ERC-20 contract address on Base (0x + 40 hex), or one of the aliases eth, weth, usdc, cbbtc"
},
"wallet": {
"type": "string",
"pattern": "^0x[0-9a-fA-F]{40}$",
"description": "Optional EVM address whose balance of the token and of ETH you want"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"chain": {
"enum": [
"base"
],
"type": "string"
},
"token": {
"type": "object",
"properties": {
"name": {
"type": [
"string",
"null"
]
},
"symbol": {
"type": [
"string",
"null"
]
},
"address": {
"type": "string"
},
"decimals": {
"type": [
"integer",
"null"
]
},
"total_supply": {
"type": [
"string",
"null"
],
"description": "whole tokens, decimal string"
}
}
},
"wallet": {
"type": [
"object",
"null"
],
"properties": {
"address": {
"type": "string"
},
"eth_balance": {
"type": [
"string",
"null"
]
},
"token_balance": {
"type": [
"string",
"null"
]
}
}
},
"sources": {
"type": "array",
"items": {
"type": "string"
}
},
"chain_id": {
"type": "integer"
},
"price_usd": {
"type": [
"number",
"null"
],
"description": "USD, six significant digits"
},
"fetched_at": {
"type": "string",
"format": "date-time"
},
"price_note": {
"type": [
"string",
"null"
]
},
"price_source": {
"type": [
"object",
"null"
],
"properties": {
"dex": {
"type": [
"string",
"null"
]
},
"base": {
"type": [
"string",
"null"
]
},
"quote": {
"type": [
"string",
"null"
]
},
"pair_url": {
"type": [
"string",
"null"
]
},
"token_is": {
"enum": [
"base",
"quote",
null
],
"type": [
"string",
"null"
]
},
"pair_address": {
"type": [
"string",
"null"
]
},
"liquidity_usd": {
"type": [
"number",
"null"
]
},
"volume_24h_usd": {
"type": [
"number",
"null"
]
},
"price_change_24h_pct": {
"type": [
"number",
"null"
],
"description": "only when the token is the base of the pool; null when it is the quote"
}
}
},
"pairs_on_base": {
"type": "integer",
"description": "pools DEX Screener listed for the token on Base (it lists at most 30)"
},
"gas_price_gwei": {
"type": [
"number",
"null"
]
},
"pools_listed_capped": {
"type": "boolean",
"description": "true when DEX Screener returned its maximum of 30 pools, so a deeper pool may exist beyond the list"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-24 18:34Z
- Last indexed by Roundhouse
- 2026-09-25 12:15Z
- Last enriched (probe, favicon, geo)
- 2026-09-14 18:46Z
- x402 version
- 2
- Max timeout
- 900s
- Liveness probe
- HTTP 404
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 21 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Agent Souk and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Agent%20Souk' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://api.agentsouk.dev/v1/x402/lst_01M2ER4Q7KTYH6WYWWXRT0XT0X, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.