{"x402Version":2,"provider":{"name":"Dial x402","description":"Virtual phone numbers — monthly prepaid, pay via x402. Manage your number from the dashboard with a Privy session.","homepage":"https://x402.dial.wtf"},"facilitators":["https://facilitator.openx402.ai"],"resources":[{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/numbers/buy","type":"http","method":"POST","description":"Buy an exclusive phone line — 10k texts included ($100, then $60/mo)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"100000000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"telephony","tags":["phone-number","buy","exclusive","privacy","no-kyc","sms-send","sms-receive","gateway"],"provider":"dial","status":"live","requestSchema":{"type":"object","properties":{"country":{"type":"string","description":"ISO country code (default: US). US numbers available now, international coming soon."},"areaCode":{"type":"string","description":"Optional 3-digit US area code (e.g. \"212\" for NYC). If omitted, assigns from pool or provisions fresh."}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"phoneNumber":{"type":"string","description":"Assigned number (E.164). Present if assigned from pool."},"orderId":{"type":"string","description":"Order/job ID for tracking."},"lineId":{"type":"string"},"status":{"type":"string","description":"\"active\" if instant, \"provisioning\" if queued."},"priceUsd":{"type":"number"},"included":{"type":"object","description":"{ texts: 10000, periodDays: 30 }"},"renewal":{"type":"object","description":"{ priceUsd: 60, texts: 5000, periodDays: 30 }"}}},"capabilities":{"smsOutbound":true,"smsInbound":true,"numberType":"dedicated_line","region":"us","notes":"US carrier number via Cheogram/JMP. Full SMS send and receive, no restrictions. Cancelled lines return to the a la carte pool."}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/numbers/buy/us","type":"http","method":"POST","description":"Buy an exclusive US phone line ($100, then $60/mo)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"100000000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"telephony","tags":["phone-number","buy","exclusive","privacy","sms-send","sms-receive","us","privy"],"provider":"dial","status":"live","requestSchema":{"type":"object","properties":{"country":{"type":"string","enum":["US"],"description":"Country (US only for this endpoint)"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"orderId":{"type":"string"},"lineId":{"type":"string"},"status":{"type":"string"},"country":{"type":"string"},"priceUsd":{"type":"number"}}},"capabilities":{"smsOutbound":true,"smsInbound":true,"numberType":"dedicated_line","region":"us","notes":"US carrier number via Cheogram/JMP. Full SMS send and receive, no restrictions."}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/numbers/buy/intl","type":"http","method":"POST","description":"Buy an exclusive international phone line ($100, then $60/mo)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"100000000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"telephony","tags":["phone-number","buy","exclusive","privacy","sms-send","sms-receive","international","privy"],"provider":"dial","status":"live","requestSchema":{"type":"object","properties":{"country":{"type":"string","description":"ISO country code (e.g. GB, DE, FR). Excludes US/CA."}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"orderId":{"type":"string"},"lineId":{"type":"string"},"status":{"type":"string"},"country":{"type":"string"},"priceUsd":{"type":"number"}}},"capabilities":{"smsOutbound":true,"smsInbound":true,"numberType":"dedicated_line","region":"international","notes":"International number provisioned via Cheogram. SMS capabilities vary by country — contact support for specific region availability."}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/xmpp/provision","type":"http","method":"POST","description":"Provision a Dial phone line ($100 activation)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"100000000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"telephony","tags":["provisioning","number","messaging","exclusive"],"provider":"dial","status":"live","requestSchema":{"type":"object","properties":{"country":{"type":"string","description":"Preferred ISO country code"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"orderId":{"type":"string"},"lineId":{"type":"string"},"status":{"type":"string"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/xmpp/messages/send","type":"http","method":"POST","description":"Send SMS through a Dial line ($0.05/msg)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"50000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"messaging","tags":["sms","line","bot","send"],"provider":"dial","status":"live","requestSchema":{"type":"object","required":["lineId","to","body"],"properties":{"lineId":{"type":"string"},"to":{"type":"string","description":"Recipient in E.164 format"},"body":{"type":"string","description":"Message body"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"messageId":{"type":"string"},"queued":{"type":"boolean"},"blocked":{"type":"boolean"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/xmpp/lines","type":"http","method":"GET","description":"List active and provisioning lines","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"0","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"telephony","tags":["lines","inventory","status"],"provider":"dial","status":"live","responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"lines":{"type":"array","items":{"type":"object"}}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/sms/send","type":"http","method":"POST","description":"Send a one-off SMS to any phone worldwide ($0.05)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"50000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"messaging","tags":["sms","telephony","messaging","a-la-carte","pool"],"provider":"dial","status":"live","requestSchema":{"type":"object","required":["to","message"],"properties":{"to":{"type":"string","description":"Recipient phone number (E.164)"},"message":{"type":"string","description":"SMS message body (max 900 chars)"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"messageId":{"type":"string"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/numbers/mine/send","type":"http","method":"POST","description":"Send SMS from your exclusive line ($0.05/msg after quota)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"50000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"messaging","tags":["sms","telephony","messaging","own-line","privy","exclusive"],"provider":"dial","status":"live","requestSchema":{"type":"object","required":["to","message"],"properties":{"phoneNumber":{"type":"string","description":"Your phone number to send from"},"to":{"type":"string","description":"Recipient phone number (E.164)"},"message":{"type":"string","description":"SMS message body (max 900 chars)"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"messageId":{"type":"string"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/sms/bulk","type":"http","method":"POST","description":"Bulk SMS from pool ($0.05/msg, up to 100)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"50000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"messaging","tags":["sms","telephony","messaging","bulk","pool","batch"],"provider":"dial","status":"live","requestSchema":{"type":"object","required":["messages"],"properties":{"messages":{"type":"array","maxItems":100,"items":{"type":"object","required":["to","message"],"properties":{"to":{"type":"string","description":"Recipient phone number (E.164)"},"message":{"type":"string","description":"SMS message body (max 900 chars)"}}}}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"totalQueued":{"type":"number"},"totalBlocked":{"type":"number"},"totalSuppressed":{"type":"number"},"results":{"type":"array","items":{"type":"object","properties":{"to":{"type":"string"},"messageId":{"type":"string"},"status":{"type":"string","enum":["queued","blocked","suppressed"]}}}}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/sms/bulk","type":"http","method":"POST","description":"Bulk SMS from your line ($0.05/msg after quota, up to 100)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"50000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"messaging","tags":["sms","telephony","messaging","bulk","own-line","privy","batch"],"provider":"dial","status":"live","requestSchema":{"type":"object","required":["phoneNumber","messages"],"properties":{"phoneNumber":{"type":"string","description":"Your phone number to send from (E.164)"},"messages":{"type":"array","maxItems":100,"items":{"type":"object","required":["to","message"],"properties":{"to":{"type":"string","description":"Recipient phone number (E.164)"},"message":{"type":"string","description":"SMS message body (max 900 chars)"}}}}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"from":{"type":"string"},"totalQueued":{"type":"number"},"totalBlocked":{"type":"number"},"totalSuppressed":{"type":"number"},"quotaUsed":{"type":"number"},"paidCount":{"type":"number"},"results":{"type":"array","items":{"type":"object","properties":{"to":{"type":"string"},"messageId":{"type":"string"},"status":{"type":"string","enum":["queued","blocked","suppressed"]}}}}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/numbers/mine/renew","type":"http","method":"POST","description":"Renew phone line ($60/mo, 5k texts included)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"60000000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"telephony","tags":["phone-number","renewal","subscription","privy"],"provider":"dial","status":"live","requestSchema":{"type":"object","required":["phoneNumber"],"properties":{"phoneNumber":{"type":"string","description":"Your phone number to renew (E.164)"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"provider":{"type":"string"},"phoneNumber":{"type":"string"},"periodStart":{"type":"string"},"periodEnd":{"type":"string"},"textsIncluded":{"type":"number"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/lookup","type":"http","method":"POST","description":"Reverse phone lookup — line type, carrier, caller name, SIM swap, line status","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"50000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"osint","tags":["phone","lookup","carrier","caller-id","osint"],"provider":"dial","status":"coming_soon","requestSchema":{"type":"object","required":["phoneNumber"],"properties":{"phoneNumber":{"type":"string","description":"Phone number (E.164)"},"fields":{"type":"array","items":{"type":"string"},"description":"Lookup fields: line_type_intelligence, caller_name, line_status, sim_swap, identity_match, reassigned_number, sms_pumping_risk, phone_number_quality_score"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"phoneNumber":{"type":"string"},"countryCode":{"type":"string"},"valid":{"type":"boolean"},"data":{"type":"object"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/dehashed/search","type":"http","method":"POST","description":"Search breach/leak databases by email, phone, IP, domain, username, password hash","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"50000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"osint","tags":["breach","osint","email","credentials","leaks"],"provider":"dial","status":"coming_soon","requestSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query as field:value (e.g. \"email:user@example.com\")"},"size":{"type":"number","description":"Results per page (1-10000)"},"page":{"type":"number","description":"Page number"}}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"total":{"type":"number"},"entries":{"type":"array"},"balance":{"type":"number"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/credits/top-up","type":"http","method":"POST","description":"Buy 100 prepaid credits at $0.05/credit (also requires Bearer token)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"5000000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"billing","tags":["credits","top-up","prepaid"],"provider":"dial","status":"coming_soon","requestSchema":{"type":"object","properties":{}},"responseSchema":{"type":"object","properties":{"success":{"type":"boolean"},"creditsAdded":{"type":"number"},"credits":{"type":"number"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/verifications/start","type":"http","method":"POST","description":"Start a phone verification (OTP)","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"2250000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"telephony","tags":["verification","otp","sms"],"provider":"dial","status":"coming_soon","requestSchema":{"type":"object","properties":{"service":{"type":"string","description":"Verification service"}}}}},{"x402Version":2,"resource":"https://x402.dial.wtf/api/v1/esim/checkout","type":"http","method":"POST","description":"Purchase an eSIM data plan for 180+ countries","accepts":[{"scheme":"exact","network":"eip155:8453","amount":"2450000","payTo":"0x23E1758412d2564bbaC4B6A5197b766cFD045dC8"}],"lastUpdated":"2026-05-13T10:11:08.057Z","metadata":{"category":"connectivity","tags":["esim","data-plan","mobile","travel"],"provider":"dial","status":"coming_soon","requestSchema":{"type":"object","properties":{"bundleName":{"type":"string","description":"Bundle name from catalog"},"country":{"type":"string","description":"ISO country code"}}}}}],"total":16}