Pay-per-call x402 API by SuVerse Labs with around 500 data endpoints (crypto prices, DeFi TVL, FX rates, weather, IP geolocation, prediction markets) wrapping public sources. Settles in USDC on Base, Solana and Noble, typically $0.05 to $0.10 per call.
Pay from $0.001 to $0.10 per request in USDC on Base / Solana, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 1h 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
- 100%
- uptime 7d
- 100%
- uptime 30d
- 100%
- uptime 90d
- 100%
- response p95
- 437ms
- avg response
- 281ms
- total checks
- 70
compliance A (11/11)
11 of 11 x402 conformance checks pass. Full checklist below.
price $0.001 to $0.10 (p15 in Data)
- price (min)
- $0.001
- price (max)
- $0.10
- category percentile (min)
- p15 in Data
- category percentile (max)
- p82 in Data
- endpoints / prices
- 10 / 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.
traction $13.92 30d · 56 buyers
- volume 30d
- $13.92
- buyers 30d
- 56
- settlements 30d
- 250
- last settlement
- 2026-07-21
- top buyer share
- 54% of 30d volume
- trend 7d vs 30d
- 0.97x the 30d daily rate
- networks
- eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
Attributed pro-quota: this payout address is shared, so volume and buyers are the operator-level figure divided by the services sharing it. A declared convention, not an individually observed measure, and still a conservative undercount.
Top buyer share is a concentration signal, not part of the ranking score.
WHAT IT DOES
ai-derivedSuVerse Pay provides a variety of data endpoints including cryptocurrency prices, fiat exchange rates, weather forecasts, and other financial and location-based information through a pay-per-call API.
- category
- data-api
- in
- query params and body
- auth
- none
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| GET | /v1/data/coinbase-btc-spot | $0.05 | Base/Solana | USDC | |
| GET | /v1/data/fiat-exchange-rates | $0.05 | Base/Solana | USDC | |
| GET | /v1/data/ip-geolocation | $0.05 | Base/Solana | USDC | |
| POST | /v1/data/suverse-air-quality-index | $0.06 | Base/Solana | USDC | |
| POST | /v1/data/suverse-crypto-24h-movers | $0.05 | Base/Solana | USDC | |
| POST | /v1/data/suverse-defi-protocol-tvl | $0.10 | Base/Solana | USDC | |
| POST | /v1/data/suverse-forex-rates | $0.05 | Base/Solana | USDC | |
| GET | /v1/data/weather-forecast-nyc | $0.05 | Base/Solana | USDC | |
| GET | /v1/proxy/reskey_1166628d/bazaar-test | $0.001 | Base | USDC | |
| POST | /v1/swap/base/quote | $0.001 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to GET /v1/data/coinbase-btc-spot returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i 'https://proxy.suverse.io/v1/data/coinbase-btc-spot'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "50000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/coinbase-btc-spot",
"mimeType": "application/json",
"description": "Real-time Bitcoin BTC spot price in USD from Coinbase. AI agent price feed, exchange-rate quote, market data API, BTC-USD ticker, pay-per-call."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"data": {
"base": "BTC",
"amount": "67234.50",
"currency": "USD"
}
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "50000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/fiat-exchange-rates",
"mimeType": "application/json",
"description": "Real-time forex exchange rates for 170+ currencies with USD base. Daily updates from ExchangeRate-API open data. AI agent international payment calculator, cross-border FX, finance dashboard, currency converter API, pay-per-call USDC."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"rates": {
"EUR": 0.92,
"GBP": 0.79,
"JPY": 149.5
},
"base_code": "USD"
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "50000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/ip-geolocation",
"mimeType": "application/json",
"description": "IP geolocation lookup for the requesting IP. Returns country, region, city, timezone, ISP, ASN. Powered by ipwho.is. AI agent fraud detection, localization, geo-context API, IP-to-country, IP-to-city, pay-per-call USDC."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"ip": "8.8.8.8",
"city": "Mountain View",
"region": "California",
"country": "United States",
"success": true,
"timezone": {
"id": "America/Los_Angeles"
},
"connection": {
"asn": 15169,
"org": "Google LLC"
}
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "50000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/weather-forecast-nyc",
"mimeType": "application/json",
"description": "Free weather data from Open-Meteo. Current temperature, conditions, wind for any location (default NYC, customizable via query params). No upstream API key. AI agent travel context, logistics weather, local recommendation, geocoded forecast API."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"current": {
"weathercode": 3,
"temperature_2m": 18.5,
"wind_speed_10m": 12.4
},
"latitude": 40.7,
"longitude": -74
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/proxy/reskey_1166628d/bazaar-test",
"mimeType": "application/json",
"description": "Bitcoin spot price in USD. Pay-per-call $0.001 USDC. AI agent BTC price feed."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {}
},
"output": {
"type": "json",
"example": {
"bitcoin": {
"usd": 73500
}
}
}
},
"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",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"properties": {}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0xe90316121189715CDc2515B7C2673658b810b751",
"amount": "55000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "55000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "55000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/suverse-air-quality-index",
"mimeType": "application/json",
"description": "Current US and European AQI for any coordinate from Open-Meteo, alongside PM2.5 and PM10 concentrations. Keyless, global. Ideal for surfacing a single human-readable air quality score in apps and agents."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"latitude": "28.61",
"longitude": "77.20"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"current": {
"time": "2026-06-20T15:00"
},
"latitude": 28.6,
"longitude": 77.2,
"current_units": {
"pm2_5": "ug/m3",
"us_aqi": "USAQI",
"european_aqi": "EAQI"
}
}
}
},
"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": {
"properties": {}
},
"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"
}
}
}
}
}
}
},
"x402Version": 2,
"input_schema": {
"body": {
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "Latitude"
},
"longitude": {
"type": "number",
"description": "Longitude"
}
}
},
"method": "POST",
"example": {
"latitude": "28.61",
"longitude": "77.20"
},
"content_type": "application/json"
}
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "50000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/suverse-crypto-24h-movers",
"mimeType": "application/json",
"description": "Top 10 24h gainers + top 10 24h losers in crypto by % change with market cap floor to filter micro-cap noise. Returns price, market cap, volume, 24h change per coin. AI agent momentum detector, news-driven mover finder, sector rotation API, real-time movers."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"losers": [
{
"id": "some-loser",
"name": "Loser",
"symbol": "lose",
"market_cap": 80000000,
"total_volume": 3000000,
"current_price": 0.5,
"price_change_percentage_24h": -21
}
],
"gainers": [
{
"id": "some-meme",
"name": "Meme",
"symbol": "meme",
"market_cap": 50000000,
"total_volume": 12000000,
"current_price": 0.01,
"price_change_percentage_24h": 42.5
}
],
"pool_size": 210,
"min_market_cap": 10000000
}
}
},
"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": {
"properties": {}
},
"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"
}
}
}
}
}
}
},
"x402Version": 2
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "100000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "100000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "100000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/suverse-defi-protocol-tvl",
"mimeType": "application/json",
"description": "Historical 90-day TVL for any DeFi protocol — Aave, Uniswap, Lido, Curve, MakerDAO, Compound and 3000+ more. Daily TVL points. AI agent protocol growth analyzer, competitive positioning tool, capital-outflow detector, DeFi dashboard. DeFiLlama-powered TVL API."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"protocol": "aave-v3"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"name": "Aave V3",
"symbol": "AAVE",
"category": "Lending",
"protocol": "aave-v3",
"home_chain": "Ethereum",
"tvl_series": [
{
"date": 1779609600,
"tvl_usd": 12000000000
},
{
"date": 1779696000,
"tvl_usd": 12100000000
}
],
"tvl_series_days": 2,
"current_chain_tvls": {
"Ethereum": 8000000000
}
}
}
},
"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": {
"properties": {}
},
"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"
}
}
}
}
}
}
},
"x402Version": 2,
"input_schema": {
"body": {
"type": "object",
"required": [
"protocol"
],
"properties": {
"protocol": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "DeFiLlama protocol slug, lowercase kebab-case (e.g. aave-v3). Required."
}
}
},
"method": "POST",
"content_type": "application/json"
}
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x260fbe1ec46968ee02e5b972507d7bb7f09f82b0",
"amount": "50000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
},
{
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"
},
"payTo": "CBYMYxfMGdA98qkzrYqTzTiQhP3H2scU95EB4ZxoRxuM",
"amount": "50000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 60
},
{
"asset": "uusdc",
"extra": {
"symbol": "USDC",
"chainId": "noble-1",
"decimals": 6,
"facilitator": "noble18jq3tgk39z8qk5jz304zqkhd02gs5zkhrj7sqt"
},
"payTo": "noble1z5g7vts3pfjsgschfjrhq5s3ze6etxjl5lj2rj",
"amount": "50000",
"scheme": "exact_cosmos_authz",
"network": "cosmos:noble-1",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/data/suverse-forex-rates",
"mimeType": "application/json",
"description": "Current FX rates for up to 30 currency pairs in one call with last-update date. USD EUR GBP JPY CHF AUD CAD CNY plus EM currencies. AI agent cross-border calculator, forex arbitrage detector, international portfolio valuation, batch currency API."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"base": "USD",
"symbols": [
"EUR",
"GBP",
"JPY",
"CHF"
]
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"base": "USD",
"date": "2026-06-01",
"rates": {
"CHF": 0.89,
"EUR": 0.92,
"GBP": 0.78,
"JPY": 156.32
},
"missing": [],
"returned": 4,
"requested": 4
}
}
},
"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": {
"properties": {}
},
"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"
}
}
}
}
}
}
},
"x402Version": 2,
"input_schema": {
"body": {
"type": "object",
"required": [
"symbols"
],
"properties": {
"base": {
"type": "string",
"pattern": "^[A-Za-z]{3}$",
"description": "3-letter base currency code (case-insensitive). Optional, defaults to USD."
},
"symbols": {
"type": "array",
"description": "Array of 1-30 three-letter currency codes (case-insensitive). Required, non-empty."
}
}
},
"method": "POST",
"content_type": "application/json"
}
},
{
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x4261701A4dDf4625EBfA80CEefB5B3B2b5453B2E",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
],
"resource": {
"url": "https://proxy.suverse.io/v1/swap/base/quote",
"mimeType": "application/json",
"description": "Bidirectional ERC20 token swap aggregator on Base mainnet via LiFi routing across 20+ DEXs (Uniswap V3, Aerodrome, BaseSwap, SushiSwap). USDC to WETH AERO DEGEN BRETT TOSHI cbETH cbBTC or any ERC20, and reverse to USDC. Two-step quote/execute x402 flow. 1% fee. AI agent swap. L2 DEX."
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"input_token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"input_amount": "1000000",
"output_token": "0x4200000000000000000000000000000000000006",
"slippage_bps": 100
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"fee": "10000",
"tool": "lifi",
"service": "suverse-base-swap",
"quote_id": "qb_abc123def456",
"direction": "forward",
"fee_human": "0.01 USDC",
"expires_at": "2026-06-02T00:00:00.000Z",
"total_cost": "1010000",
"input_token": {
"name": "USD Coin",
"symbol": "USDC",
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"decimals": 6
},
"input_amount": "1000000",
"output_token": {
"name": "Wrapped Ether",
"symbol": "WETH",
"address": "0x4200000000000000000000000000000000000006",
"decimals": 18
},
"x402_pay_url": "https://proxy.suverse.io/v1/swap/base/execute/qb_abc123def456",
"expected_output": "365000000000000",
"total_cost_human": "1.01 USDC",
"requires_approval": false,
"input_amount_human": "1 USDC",
"expected_output_human": "0.000365 WETH"
}
}
},
"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": {
"properties": {}
},
"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"
}
}
}
}
}
}
},
"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/suverse-pay/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).
Median across 10 endpoints. Use the selector to isolate one.
Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service figure is attributed, the assessment block and the ranking, it is the address total divided pro-quota by the 2 services sharing it: a declared convention, not an individually observed measure.
Shared payout address (1 other service). These bars are the full shared address (operator-level), so do not sum them across the services that share it. Where a per-service buyer count is attributed, the assessment block and the ranking, it is divided pro-quota by the 2 services sharing the address and can be fractional: a declared convention, not an individually observed measure.
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/suverse-pay?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/suverse-pay.svg" alt="SuVerse Pay listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/suverse-pay?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/suverse-pay?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/suverse-pay.svg?data=uptime" alt="SuVerse Pay uptime on x402-list" height="28"> </a>