Email in, API key out, about thirty seconds. No phone verification. No government ID. No business docs. No credit card. Fund your account with crypto from $5 and send SMS to any of 149 countries from $0.004 per message.
The four steps
Why no card payment?
smsroute is a crypto-only gateway. We do not accept Visa, Mastercard, American Express, SEPA, ACH, or bank wires. That is deliberate. Card rails add 3-5% per transaction between acquirer fees, chargeback reserves, and card-not-present risk pricing, and on a $0.004 product that overhead dwarfs the message cost itself. Removing the card rail is how we can pass wholesale carrier rates through to you instead of subsidising Stripe.
Crypto also keeps signup frictionless in all 149 destination countries. A user in Lagos, Manila, or Buenos Aires can fund a balance in under a minute with no bank relationship to a US or EU card network, and the privacy posture is stronger — your top-up does not produce a card-statement line item or a merchant-of-record invoice in a third-party payment processor's database.
Accepted cryptocurrencies
USDT on TRC-20 is the default recommendation — fees under a dollar and one-minute confirmation. Monero is recommended when your threat model includes on-chain privacy for the top-up itself. Full confirmation-time and fee table lives on the pricing page.
Your first send
Once your email is confirmed and you have credited balance, your dashboard surfaces an API key. Keep it server-side — never ship it in a mobile app binary or a browser bundle. Here is the minimal send request against the REST endpoint:
curl -X POST https://api.smsroute.cc/v1/messages \
-H "Authorization: Bearer sk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+4915112345678",
"from": "YourBrand",
"body": "Your smsroute account is ready. Reply STOP to opt out."
}'
The response returns a message_id, a segments count, the billed price in USD, and a delivery-receipt webhook URL you can subscribe to. Full endpoint reference, SDKs, and language-specific quickstarts are on the developer docs.
What happens after signup
Your dashboard gives you one live API key, one test-mode key for dry-run requests that don't touch real carriers, a delivery-receipt log searchable by destination and status, and a crypto top-up panel that generates fresh deposit addresses per payment. There is no billing portal to configure, no seat licensing, no subscription tier to pick. You're charged per delivered message at the per-country rate on the pricing grid. Unused balance persists indefinitely.
If you hit the volume threshold (100,000+ messages/month to a single country), email support@smsroute.cc for direct-route pricing — typical discounts 5-15% off retail.