x402stock.xyz

Use for a one-call macro view of the x402 economy: how many indexed services are live, total/paid/free resources, the USD price distribution (min/p25/median/p75/max), and resource counts by network and category, with a per-service breakdown. The daily history of this index accumulates in the point-in-time archive as feed x402.catalogs. From x402stock, a market & economic data API (x402, USDC).

MediaLiveeip155:8453Exactvia cdp
Settlements · 30d
722↑ 66%
No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days.
$127.47
Verified settled volume
A floor: summed over 5,000 of 6,782 verified settlements.
$0.020
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-06-10 00:06Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

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.

0.02USDC≈ $0.02 USD
on Base · exact scheme

Pay 0.02 USDC on Base to 0x3070…7fA85. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
20000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x3070Fbb3803819fB5BdfE9286fdc6325A877fA85",
    "amount": "20000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {}
      },
      "output": {
        "type": "json",
        "example": {
          "note": "Index of public /.well-known/x402 discovery catalogs, crawled by x402stock. Prices are the cheapest advertised accept, normalized to USD (6-decimal USDC).",
          "as_of": "2026-06-08T13:02:11.000Z",
          "source": "x402stock",
          "services": [
            {
              "ok": true,
              "free": 3,
              "host": "x402stock.xyz",
              "paid": 124,
              "resources": 127,
              "median_price_usd": 0.03
            },
            {
              "ok": true,
              "free": 0,
              "host": "stableenrich.dev",
              "paid": 18,
              "resources": 18,
              "median_price_usd": 0.05
            }
          ],
          "price_usd": {
            "max": 1.5,
            "min": 0.001,
            "p25": 0.01,
            "p75": 0.08,
            "median": 0.03
          },
          "resources": 214,
          "by_network": {
            "eip155:8453": 201,
            "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp": 13
          },
          "by_category": {
            "media": 22,
            "search": 31,
            "enrichment": 24,
            "financial-data": 127
          },
          "services_up": 8,
          "free_resources": 7,
          "paid_resources": 207,
          "services_indexed": 9
        }
      }
    },
    "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",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "source",
                "as_of",
                "note",
                "services_indexed",
                "services_up",
                "resources",
                "paid_resources",
                "free_resources",
                "price_usd",
                "by_network",
                "by_category",
                "services"
              ],
              "properties": {
                "note": {
                  "type": "string"
                },
                "as_of": {
                  "type": "string"
                },
                "source": {
                  "type": "string",
                  "const": "x402stock"
                },
                "services": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "host",
                      "ok",
                      "resources",
                      "paid",
                      "free",
                      "median_price_usd"
                    ],
                    "properties": {
                      "ok": {
                        "type": "boolean"
                      },
                      "free": {
                        "type": "number"
                      },
                      "host": {
                        "type": "string"
                      },
                      "paid": {
                        "type": "number"
                      },
                      "resources": {
                        "type": "number"
                      },
                      "median_price_usd": {
                        "anyOf": [
                          {
                            "type": "number"
                          },
                          {
                            "type": "null"
                          }
                        ]
                      }
                    },
                    "additionalProperties": false
                  }
                },
                "price_usd": {
                  "type": "object",
                  "required": [
                    "min",
                    "p25",
                    "median",
                    "p75",
                    "max"
                  ],
                  "properties": {
                    "max": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "min": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "p25": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "p75": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    },
                    "median": {
                      "anyOf": [
                        {
                          "type": "number"
                        },
                        {
                          "type": "null"
                        }
                      ]
                    }
                  },
                  "additionalProperties": false
                },
                "resources": {
                  "type": "number"
                },
                "by_network": {
                  "type": "object",
                  "propertyNames": {
                    "type": "string"
                  },
                  "additionalProperties": {
                    "type": "number"
                  }
                },
                "by_category": {
                  "type": "object",
                  "propertyNames": {
                    "type": "string"
                  },
                  "additionalProperties": {
                    "type": "number"
                  }
                },
                "services_up": {
                  "type": "number"
                },
                "free_resources": {
                  "type": "number"
                },
                "paid_resources": {
                  "type": "number"
                },
                "services_indexed": {
                  "type": "number"
                }
              },
              "additionalProperties": false
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-06-10 00:06Z
Last indexed by Roundhouse
2026-06-11 02:50Z
Last enriched (probe, favicon, geo)
2026-09-25 09:15Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 404
Report

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

No per-endpoint history for this service yet, so this is payments indexed to its PROVIDER's wallet over 30 days. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service x402stock.xyz 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=x402stock.xyz'
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://x402stock.xyz/api/v1/x402/economy, 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.