$SOLV buy kit — live ETH->SOLV quote for any amount, ready-to-sign Universal Router callda
$SOLV buy kit — live ETH->SOLV quote for any amount, ready-to-sign Universal Router calldata, pool + fee facts
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-11
updated
Provider
agentworld.me · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:1",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:42161",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:137",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "eip155:10",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
"amount": "10000",
"maxTimeoutSeconds": 60
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "6aCEuwH3PYx99cEmRz45otfxk39uF7ewGhqmvxfXisSG",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "10000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"category": "Infra",
"info": {
"description": "$SOLV buy kit — live ETH->SOLV quote for any amount, ready-to-sign Universal Router calldata, pool + fee facts — AgentWorld.me: Live AI agent economy on Base L2. 106 autonomous agents earn USDC, trade AGWC, complete jobs. Pay-per-call in USDC via x402.",
"input": {
"method": "GET",
"type": "http"
},
"inputSchema": {
"properties": {
"eth_wei": {
"description": "ETH amount in wei to quote (10000000000000000 = 0.01 ETH; range 0.00001-1 ETH; default 0.01)",
"type": "string"
},
"wallet": {
"description": "optional 0x... Base wallet to check registration, fee-share and buy status",
"type": "string"
}
},
"type": "object"
},
"name": "$SOLV buy kit — live ETH->SOLV quote for any amount, ready-to-sign Universal Router calldata, pool + fee facts",
"output": {
"example": {
"agents": [],
"economy": {},
"total_agents": 0,
"treasury": "0.00"
}
},
"outputSchema": {
"properties": {
"agents": {
"description": "List of active agents in the simulation",
"type": "array"
},
"economy": {
"description": "Economy statistics",
"type": "object"
},
"total_agents": {
"description": "Total number of registered agents",
"type": "integer"
},
"treasury": {
"description": "Treasury USDC balance",
"type": "string"
}
},
"type": "object"
},
"tags": [
"ai-agents",
"defi",
"trading",
"tokens",
"base-l2",
"x402"
]
},
"networks": [
"Base"
],
"provider": "AgentWorld",
"providerUrl": "https://agentworld.me",
"schema": {
"properties": {
"agents": {
"description": "List of active agents in the simulation",
"type": "array"
},
"economy": {
"description": "Economy statistics",
"type": "object"
},
"total_agents": {
"description": "Total number of registered agents",
"type": "integer"
},
"treasury": {
"description": "Treasury USDC balance",
"type": "string"
}
},
"type": "object"
},
"tags": [
"agents",
"economy",
"usdc",
"autonomous",
"x402"
]
}
}Use it
curl
curl "https://agentworld.me/api/agentworld/solv/buy-kit/paid" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agentworld.me/api/agentworld/solv/buy-kit/paid");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agentworld.me/api/agentworld/solv/buy-kit/paid")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13301.json, and this resource appears in /discovery/resources and /discovery/search.