passlisted in Coinbase#84 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:23 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 28 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.
agent402.tools lists 599 endpoints; openapi extract is tied 84th by calls with 252 others.
The request to openapi extract is a json body with the field spec.
The output example is a json object with stats and endpoints.
openapi extract drew 4 calls from one payer in the trailing 30 days.
The last call to openapi extract came 15 days before the snapshot, 2026-08-31.
Each call is priced at 0.002 USDC, payable on Base.
openapi extract accepts payment on Base, Polygon, Arbitrum, Monad and 8 others, 13 options in all, to 4 different wallets.
TOLL files openapi extract under scraping: a POST endpoint on agent402.tools, listed in the Coinbase registry.
openapi extract answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.
Closest in price to openapi extract within scraping: read at skim402.com and scrape at sh-origin.walls.sh.
Few comparable listings in scraping ask less: 7%.
openapi extract out-counts 69% of the 612 endpoints in scraping that carry counters.
For 6 of the options on openapi extract, TOLL has no verified decimals and shows the raw amount. openapi extract declares exact and upto as payment schemes.
591 listed endpoints on one host pay to the same wallet.
The seller's tags on openapi extract are conversion, openapi, swagger and extract.
The price of openapi extract is declared by 44 other listings in scraping too.
the payment options, as of 2026-09-15 16:57 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:12 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:12 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 04:11 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 04:10 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 06:25 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 09:54 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:23 UTC · method · live
The input and output block
{
"input": {
"body": {
"spec": {
"paths": {
"/users": {
"get": {
"tags": [
"users"
],
"summary": "List users",
"responses": {
"200": {
"description": "ok"
},
"400": {
"description": "bad"
}
},
"parameters": [
{
"in": "query",
"name": "limit",
"schema": {
"type": "integer"
},
"required": false
}
],
"operationId": "listUsers"
}
},
"/users/{id}": {
"delete": {
"tags": [
"users"
],
"summary": "Delete user",
"responses": {
"204": {
"description": "gone"
}
},
"parameters": [
{
"in": "path",
"name": "id",
"schema": {
"type": "string"
},
"required": true
}
],
"operationId": "deleteUser"
}
}
},
"openapi": "3.0.0"
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"stats": {
"byTag": {
"users": 2
},
"total": 2,
"byMethod": {
"GET": 1,
"DELETE": 1
}
},
"endpoints": [
{
"path": "/users",
"tags": [
"users"
],
"method": "GET",
"params": [
{
"in": "query",
"name": "limit",
"type": "integer",
"required": false
}
],
"summary": "List users",
"responses": [
"200",
"400"
],
"hasJsonBody": false,
"operationId": "listUsers"
},
{
"path": "/users/{id}",
"tags": [
"users"
],
"method": "DELETE",
"params": [
{
"in": "path",
"name": "id",
"type": "string",
"required": true
}
],
"summary": "Delete user",
"responses": [
"204"
],
"hasJsonBody": false,
"operationId": "deleteUser"
}
]
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-15 16:57 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 extract on agent402.tools", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/agent402-tools-api-openapi-extract-24d5e2/at/2026-09-15T16-57Z. Accessed [access date].
BibTeX
@misc{toll-e-agent402-tools-api-openapi-extract-24d5e2-2026-09-15T16-57Z,
author = {TOLL},
title = {openapi extract on agent402.tools},
howpublished = {\url{https://tollindex.com/e/agent402-tools-api-openapi-extract-24d5e2/at/2026-09-15T16-57Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-15 16:57 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.