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:37 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.
Of agent402.tools's 599 listings, openapi security summary ranks tied 84th by calls with 252 others.
Requests carry a json body with the field spec.
A response from openapi security summary, as declared, includes schemes, summary, operations and globalSecurity.
Over 30 days: 4 calls, one payer.
The last call to openapi security summary came 15 days before the snapshot, 2026-08-31.
openapi security summary is priced at 0.002 USDC on Base.
For openapi security summary the listing declares 13 accepts on Base, Polygon, Arbitrum, Monad and 8 others, to 4 different wallets.
At agent402.tools, openapi security summary takes POST requests, is listed in the Coinbase registry, and falls under inference by TOLL's rules.
openapi security summary answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.
Closest in price to openapi security summary within inference: wikipedia summary at 2s.io and chat completions at agents.dexl.io.
openapi security summary is among the cheapest in inference; 7% of comparable listings ask less.
Across inference, 2,297 endpoints carry counters and openapi security summary out-counts 82% of them.
For 6 of the options on openapi security summary, TOLL has no verified decimals and shows the raw amount. openapi security summary declares exact and upto as payment schemes.
Its payee wallet receives for 591 listed endpoints on one host.
The seller's tags on openapi security summary are conversion, openapi, swagger and security.
106 other listings in inference declare exactly the same price.
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:30 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:30 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 04:27 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 04:26 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 06:41 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 10:13 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:37 UTC · method · live
The input and output block
{
"input": {
"body": {
"spec": {
"info": {
"title": "Demo",
"version": "1.0.0"
},
"paths": {
"/admin": {
"post": {
"security": [
{
"bearerAuth": [
"admin"
]
}
],
"responses": {
"201": {}
}
}
},
"/users": {
"get": {
"responses": {
"200": {}
}
}
},
"/public": {
"get": {
"security": [],
"responses": {
"200": {}
}
}
}
},
"openapi": "3.0.0",
"security": [
{
"bearerAuth": []
}
],
"components": {
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer"
}
}
}
}
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"schemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer"
}
},
"summary": {
"schemes": 1,
"operations": 3,
"schemeUsage": {
"bearerAuth": 2
},
"openOperations": 1,
"securedOperations": 2
},
"operations": [
{
"open": true,
"path": "/public",
"method": "GET",
"security": []
},
{
"open": false,
"path": "/users",
"method": "GET",
"security": [
{
"bearerAuth": []
}
]
},
{
"open": false,
"path": "/admin",
"method": "POST",
"security": [
{
"bearerAuth": [
"admin"
]
}
]
}
],
"globalSecurity": [
{
"bearerAuth": []
}
]
}
}
}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 security summary on agent402.tools", snapshot of 2026-09-15 16:57 UTC. https://tollindex.com/e/agent402-tools-api-openapi-security-summary-3db56d/at/2026-09-15T16-57Z. Accessed [access date].
BibTeX
@misc{toll-e-agent402-tools-api-openapi-security-summary-3db56d-2026-09-15T16-57Z,
author = {TOLL},
title = {openapi security summary on agent402.tools},
howpublished = {\url{https://tollindex.com/e/agent402-tools-api-openapi-security-summary-3db56d/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.