Payment requirements / accepts[]
1 options
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 15000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0xf080a1Aab08650946acDa41410a7eDC14f7Be035 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
Probe evidence
0 recent
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
InputJSON
{
"method": "POST",
"schema": {
"properties": {
"max_results": {
"default": 10,
"maximum": 20,
"type": "integer"
},
"query": {
"description": "Search query",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"type": "http"
}
OutputJSON
{
"example": {
"deduplicated": 3,
"query": "bitcoin ETF approval",
"results": [
{
"confirmed_by": "both",
"score": 0.92,
"snippet": "...",
"source": "tavily",
"title": "SEC approves spot Bitcoin ETF",
"url": "https://example.com/article"
}
],
"sources_queried": [
"brave",
"tavily"
],
"total": 12
},
"type": "json"
}