passlisted in Coinbase#85 by calls of 599 on this host
0.002 USDC
per call, as the listing declares it on eip155:
- Validation state
- pass
- Uptime, 7 / 30 / 90 days
- 100% / 100% / 100%
- Calls, trailing 30 days
- 4
- Unique payers, trailing 30 days
- 1
- Last called
- 2026-08-31 10:33 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.002 USDC
- Networks
- 12
How big is this endpoint among the ones like it?
No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 29 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.
openapi resolve refs is one of 599 listed endpoints on agent402.tools, tied 85th by calls with 251 others among them.
Callers of openapi resolve refs supply a json body with the field spec.
A response from openapi resolve refs, as declared, includes spec, circular, external, resolved and unresolved.
Over 30 days: 4 calls, one payer.
openapi resolve refs was last called 15 days before the snapshot.
The declared price is 0.002 USDC on Base.
For openapi resolve refs the listing declares 13 accepts on Base, Polygon, Arbitrum, Monad and 8 others, to 4 different wallets.
At agent402.tools, openapi resolve refs takes POST requests, is listed in the Coinbase registry, and falls under the "other" category by TOLL's rules.
openapi resolve refs answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.
Closest in price to openapi resolve refs within the "other" category: whois at jmt-x402-proxy.jmthomasofficial.workers.dev and link inspect at pixels.gateway.clawca.sh.
openapi resolve refs is priced above 46% of comparable listings in the "other" category.
openapi resolve refs out-counts 85% of the 2,772 endpoints in the "other" category that carry counters.
For 6 of the options on openapi resolve refs, TOLL has no verified decimals and shows the raw amount. openapi resolve refs declares exact and upto as payment schemes.
The payee wallet is shared by 591 listings on one host.
The seller's tags on openapi resolve refs are conversion, openapi, swagger and ref.
125 other listings in the "other" category declare exactly the same price.
the payment options, as of 2026-09-15 21:20 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.002 USDC | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 0.002 USDC | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 0.002 USDC | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 2000 smallest units, decimals unknown | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 0.002 USDC | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 2000 smallest units, decimals unknown | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 0.003 USDC | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | Global Dollar | 2000 smallest units, decimals unknown | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 2000 smallest units, decimals unknown | exact | 0xaBF4FA…e2a9D0 |
| Coinbase | eip155: | USDC | 0.002 USDC | upto | 0xaBF4FA…e2a9D0 |
| Coinbase | solana: | USDC | 0.002 USDC | exact | J7aN3PLJ…Gv3xwg |
| Coinbase | stellar: | CCW67TSZ…SJMI75 | 20000 smallest units, decimals unknown | exact | GDNJXCKW…FJWWRL |
| Coinbase | algorand: | 31566704 | 2000 smallest units, decimals unknown | exact | C7IIHG7S…OY2XIE |
the checks, as of 2026-09-15 04:10 UTC · method · pinnableendpoint answered HTTP 402
No named check failed.
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 04:10 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 04:09 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 04:08 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 06:23 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 09:51 UTC | pass | 0 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- listed in Coinbase
From the registry record, not validated by TOLL.the declared schema, as of 2026-08-31 10:33 UTC · method · live
The input and output block
{
"input": {
"body": {
"spec": {
"info": {
"title": "Demo",
"version": "1.0.0"
},
"paths": {
"/users/{id}": {
"get": {
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/User"
}
}
},
"description": "ok"
}
},
"parameters": [
{
"$ref": "#/components/parameters/UserId"
}
]
}
}
},
"openapi": "3.0.0",
"components": {
"schemas": {
"User": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"parameters": {
"UserId": {
"in": "path",
"name": "id",
"schema": {
"type": "string"
},
"required": true
}
}
}
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"spec": {
"info": {
"title": "Demo",
"version": "1.0.0"
},
"paths": {
"/users/{id}": {
"get": {
"responses": {
"200": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
}
},
"description": "ok"
}
},
"parameters": [
{
"in": "path",
"name": "id",
"schema": {
"type": "string"
},
"required": true
}
]
}
}
},
"openapi": "3.0.0",
"components": {
"schemas": {
"User": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
}
}
},
"parameters": {
"UserId": {
"in": "path",
"name": "id",
"schema": {
"type": "string"
},
"required": true
}
}
}
},
"circular": [],
"external": [],
"resolved": 2,
"unresolved": []
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-15 21:20 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "openapi resolve refs on agent402.tools", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/agent402-tools-api-openapi-resolve-refs-21cbaa/at/2026-09-15T21-20Z. Accessed [access date].
BibTeX
@misc{toll-e-agent402-tools-api-openapi-resolve-refs-21cbaa-2026-09-15T21-20Z,
author = {TOLL},
title = {openapi resolve refs on agent402.tools},
howpublished = {\url{https://tollindex.com/e/agent402-tools-api-openapi-resolve-refs-21cbaa/at/2026-09-15T21-20Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-15 21:20 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.