JPYC Network Activity
OpenPayは、日本円ステーブルコインJPYC・USDC対応の店舗向け決済インフラ。QR決済からモバイルオーダー・受注・電子レシート・会計、AIエージェント決済まで手数料0〜1%(時間指定の事前注文のみ3%)。売上はウォレットへ直接着金(ノンカストディ)。導入費0円・契約不要・オープンソース。
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.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"error": "payment_required",
"accepts": [
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x52d4901142e2B5680027da5EB47C86CB02a3cA81",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "https://open-pay.jp/api/paid/usdc/jpyc/activity",
"description": "JPYC transfer metrics computed hourly from finalized Polygon blocks: event count, unique senders and receivers, volume, median and top receivers. Covers approximately 24 hours ending at the newest finalized hourly bucket; exact block and time range are in the response. Use for current JPYC usage metrics; not for wallet balances, price, news, supply or financial advice.",
"outputSchema": {
"input": {
"type": "http",
"method": "GET",
"discoverable": true
}
},
"maxAmountRequired": "10000",
"maxTimeoutSeconds": 300
}
],
"x402Version": 1
}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 0x52d4…3cA81. The signed payment is good for 5 minutes.
- Paid to
- 0x52d4…3cA81
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 10000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x52d4901142e2B5680027da5EB47C86CB02a3cA81",
"amount": "10000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"chain": "polygon",
"window": "24h"
}
},
"output": {
"type": "json",
"example": {
"chain": "polygon",
"token": {
"symbol": "JPYC",
"decimals": 18
},
"notice": "onchain-facts-only",
"volume": "1000000000000000000",
"window": "24h",
"chainId": 137,
"toBlock": "92386799",
"contract": "0xE7C3D8C9a439feDe00D2600032D5dB0Be71C3c29",
"termsUrl": "https://open-pay.jp/en/terms",
"expiresAt": "2026-09-08T06:59:58.000Z",
"fromBlock": "92343600",
"observedAt": "2026-09-08T02:59:58.000Z",
"definitions": {
"median": "floored atomic average for even counts",
"eligible": "positive-value transfers with distinct sender and receiver, excluding the zero address",
"countUnit": "events"
},
"generatedAt": "2026-09-08T03:20:00.000Z",
"toTimestamp": "2026-09-08T02:59:58.000Z",
"topReceivers": [
{
"count": 1,
"volume": "1000000000000000000",
"address": "0x52d4901142e2b5680027da5eb47c86cb02a3ca81",
"volumeFormatted": "1"
}
],
"fromTimestamp": "2026-09-07T03:00:00.000Z",
"schemaVersion": "2.2",
"transferCount": 1,
"uniqueSenders": 1,
"medianTransfer": "1000000000000000000",
"uniqueReceivers": 1,
"volumeFormatted": "1",
"medianTransferFormatted": "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"
},
"queryParams": {
"type": "object",
"required": [
"chain"
],
"properties": {
"chain": {
"enum": [
"polygon"
],
"type": "string",
"description": "Polygon mainnet only."
},
"window": {
"enum": [
"24h"
],
"type": "string",
"default": "24h",
"description": "Approximately 24 hours in whole finalized hourly buckets."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"schemaVersion",
"token",
"generatedAt",
"notice",
"termsUrl",
"chain",
"chainId",
"contract",
"window",
"fromBlock",
"toBlock",
"fromTimestamp",
"toTimestamp",
"transferCount",
"uniqueSenders",
"uniqueReceivers",
"volume",
"volumeFormatted",
"medianTransfer",
"medianTransferFormatted",
"topReceivers",
"definitions",
"observedAt",
"expiresAt"
],
"properties": {
"chain": {
"type": "string",
"const": "polygon"
},
"token": {
"type": "object",
"required": [
"symbol",
"decimals"
],
"properties": {
"symbol": {
"type": "string",
"const": "JPYC"
},
"decimals": {
"type": "integer",
"const": 18
}
},
"additionalProperties": false
},
"notice": {
"type": "string",
"const": "onchain-facts-only",
"description": "On-chain facts computed hourly from finalized Polygon blocks. Informational only; not financial advice. Full terms at termsUrl."
},
"volume": {
"type": "string",
"pattern": "^[0-9]+$"
},
"window": {
"type": "string",
"const": "24h"
},
"chainId": {
"type": "integer",
"const": 137
},
"toBlock": {
"type": "string",
"pattern": "^[0-9]+$"
},
"contract": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$"
},
"termsUrl": {
"type": "string",
"format": "uri"
},
"expiresAt": {
"type": "string",
"format": "date-time"
},
"fromBlock": {
"type": "string",
"pattern": "^[0-9]+$"
},
"observedAt": {
"type": "string",
"format": "date-time"
},
"definitions": {
"type": "object",
"required": [
"eligible",
"countUnit",
"median"
],
"properties": {
"median": {
"type": "string",
"const": "floored atomic average for even counts"
},
"eligible": {
"type": "string",
"const": "positive-value transfers with distinct sender and receiver, excluding the zero address"
},
"countUnit": {
"type": "string",
"const": "events"
}
},
"additionalProperties": false
},
"generatedAt": {
"type": "string",
"format": "date-time"
},
"toTimestamp": {
"type": "string",
"format": "date-time"
},
"topReceivers": {
"type": "array",
"items": {
"type": "object",
"required": [
"address",
"count",
"volume",
"volumeFormatted"
],
"properties": {
"count": {
"type": "integer",
"minimum": 1
},
"volume": {
"type": "string",
"pattern": "^[0-9]+$"
},
"address": {
"type": "string",
"pattern": "^0x[a-f0-9]{40}$"
},
"volumeFormatted": {
"type": "string",
"pattern": "^[0-9]+(\\.[0-9]+)?$"
}
},
"additionalProperties": false
},
"maxItems": 5
},
"fromTimestamp": {
"type": "string",
"format": "date-time"
},
"schemaVersion": {
"type": "string",
"const": "2.2"
},
"transferCount": {
"type": "integer",
"minimum": 0
},
"uniqueSenders": {
"type": "integer",
"minimum": 0
},
"medianTransfer": {
"type": "string",
"pattern": "^[0-9]+$"
},
"uniqueReceivers": {
"type": "integer",
"minimum": 0
},
"volumeFormatted": {
"type": "string",
"pattern": "^[0-9]+(\\.[0-9]+)?$"
},
"medianTransferFormatted": {
"type": "string",
"pattern": "^[0-9]+(\\.[0-9]+)?$"
}
},
"additionalProperties": false
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-08 03:19Z
- Last indexed by Roundhouse
- 2026-09-25 06:50Z
- Last enriched (probe, favicon, geo)
- 2026-09-21 22:45Z
- x402 version
- 2
- Max timeout
- 300s
- Liveness probe
- HTTP 402
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. 18 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 JPYC Network Activity 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=JPYC%20Network%20Activity' 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://open-pay.jp/api/paid/usdc/jpyc/activity, 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.