{"api":"v1","generated_at":"2026-09-15T20:58:39.132Z","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/x402-twit-sh-tweets-search-8b5918","pinned_page":"https://tollindex.com/e/x402-twit-sh-tweets-search-8b5918/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":"x402-twit-sh-tweets-search-8b5918","canonical_url":"https://x402.twit.sh/tweets/search","resource":"https://x402.twit.sh/tweets/search","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.","service_name":null,"declared_category":"api","declared_tags":["twitter","x","social","tweets","search","posts","filter","hashtag","keyword","paginated","mentions","agent","x402"],"route_template":null,"registry_updated":"2026-09-15T15:03:48.099Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"tweets search","category":"search","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.006 USDC","amount_units":0.006,"decimals_known":true,"pay_to":"0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":8825,"unique_payers_30d":24,"last_called_at":"2026-09-15T08:04:22.793Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:47:34.086Z","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-15T05:47:34.086Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:20:03.776Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:15:43.423Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:32:06.897Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:18:36.038Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","page":"https://tollindex.com/seller/0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","endpoints":22,"hosts":3},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","amount":"6000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-15T08:04:22.793Z","l30DaysTotalCalls":8825,"l30DaysUniquePayers":24},"resource":"https://x402.twit.sh/tweets/search","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"from":"elonmusk","words":"bitcoin","minLikes":"100"}},"output":{"type":"json","example":{"data":[{"id":"1110302988","text":"Running bitcoin","author":{"id":"9253672","name":"Hal Finney","username":"halfin"},"created_at":"2009-01-11T03:39:18.000Z","public_metrics":{"like_count":134000,"quote_count":3500,"reply_count":5400,"retweet_count":32000}}],"meta":{"next_token":"abc123"}}}},"tags":["twitter","x","social","tweets","search","posts","filter","hashtag","keyword","paginated","mentions","agent","x402"],"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","properties":{"to":{"type":"string","description":"Tweets replying to this username"},"from":{"type":"string","description":"Tweets from this username"},"since":{"type":"string","description":"Start date (YYYY-MM-DD)"},"until":{"type":"string","description":"End date (YYYY-MM-DD)"},"words":{"type":"string","description":"All these words must appear"},"phrase":{"type":"string","description":"Exact phrase match"},"anyWords":{"type":"string","description":"Any of these words"},"hashtags":{"type":"string","description":"Filter by hashtag"},"minLikes":{"type":"string","description":"Minimum like count"},"noneWords":{"type":"string","description":"Exclude these words"},"mentioning":{"type":"string","description":"Tweets mentioning this username"},"minReplies":{"type":"string","description":"Minimum reply count"},"minReposts":{"type":"string","description":"Minimum retweet count"},"next_token":{"type":"string","description":"Pagination cursor"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"category":"api","discoverable":true},"builder-code":{"info":{"a":"bc_qobj93ib"},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"a":{"type":"string","pattern":"^[a-z0-9_]{1,32}$","description":"App builder code"},"s":{"type":"array","items":{"type":"string","pattern":"^[a-z0-9_]{1,32}$"},"description":"Service builder codes"},"w":{"type":"string","pattern":"^[a-z0-9_]{1,32}$","description":"Wallet builder code"}},"additionalProperties":false}}},"description":"Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.","lastUpdated":"2026-09-15T15:03:48.099Z","x402Version":2}]}}