{"api":"v1","generated_at":"2026-09-15T20:58:31.183Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/risk-yo-xyz-api-v1-agent-search-57499b","pinned_page":"https://tollindex.com/e/risk-yo-xyz-api-v1-agent-search-57499b/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"risk-yo-xyz-api-v1-agent-search-57499b","canonical_url":"https://risk.yo.xyz/api/v1/agent/search","resource":"https://risk.yo.xyz/api/v1/agent/search","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Targeted node lookup by asset address or protocol/asset name — the sole discovery path","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-09-09T16:17:25.578Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"agent search","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.001 USDC","amount_units":0.001,"decimals_known":true,"pay_to":"0x58f42C60DFe9b662B9E573C13358e5D773790699","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":5,"unique_payers_30d":4,"last_called_at":"2026-09-09T16:17:25.254Z"},"validation":{"latest":{"observed_at":"2026-09-15T04:48:43.279Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T04:48:43.279Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:43:59.980Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:41:41.874Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:58:31.514Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:34:57.084Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x58f42C60DFe9b662B9E573C13358e5D773790699","page":"https://tollindex.com/seller/0x58f42C60DFe9b662B9E573C13358e5D773790699","endpoints":4,"hosts":2},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x58f42C60DFe9b662B9E573C13358e5D773790699","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-09T16:17:25.254Z","l30DaysTotalCalls":5,"l30DaysUniquePayers":4},"resource":"https://risk.yo.xyz/api/v1/agent/search","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"q":"morpho","label":"Pool","limit":10}},"output":{"type":"json","example":{"nodes":[{"id":"pool:base:0x3a85…","labels":["Pool"],"properties":{"name":"Morpho BONDUSD/USR","tvlUsd":12500000,"network":"base","uniqueKey":"0x3a85…"}}]}}},"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":["q"],"properties":{"q":{"type":"string","description":"Asset address or protocol/asset name. Targeted lookup only — empty and wildcard (`*`, `%`) queries are rejected."},"tvl":{"type":"string","description":"Optional TVL comparator filter, e.g. \">1000000\" or \"<5e8\"."},"grade":{"type":"string","description":"Optional grade comparator over A–F, e.g. \"A\", \"<=B\", \">=C\"."},"label":{"type":"string","description":"Optional PascalCase label filter (e.g. \"Pool\", \"Asset\", \"Protocol\", \"Chain\")."},"limit":{"type":"integer","maximum":10,"minimum":1,"description":"Max nodes to return; hard-capped at 10 (default 10)."}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["nodes"],"properties":{"nodes":{"type":"array","items":{"type":"object","required":["id","labels","properties"],"properties":{"id":{"type":"string","description":"Stable node id — pass to `/node` and `/dependencies`."},"labels":{"type":"array","items":{"type":"string"},"description":"PascalCase Neo4j labels (e.g. \"Pool\", \"Asset\")."},"properties":{"type":"object","properties":{"name":{"type":"string"},"tvlUsd":{"type":"number","description":"Value-locked $ TVL, coalesced across real pool types. Absent for LST/token nodes (see marketCapUsd) and pools with no USD figure."},"address":{"type":"string","description":"On-chain contract address, when the node has one."},"network":{"type":"string","description":"Chain the node lives on."},"uniqueKey":{"type":"string","description":"Morpho market hash (also embedded in `id`), when applicable."},"marketCapUsd":{"type":"number","description":"Token market cap ($), for asset / promoted-LST nodes. Distinct from tvlUsd — market cap is not value-locked."}},"description":"Teaser fields only. Full properties + `_riskTier` (A–F) are on `/node`.","additionalProperties":false}}}}}}}}}}}},"description":"Targeted node lookup by asset address or protocol/asset name — the sole discovery path","lastUpdated":"2026-09-09T16:17:25.578Z","x402Version":2}]}}