use caseKraken

🐙Kraken Phone Verification: Register with SMS (Plus a Funds-Safety Note)

Kraken asks for phone verification and 2FA at signup? Here's how to receive the code with SimSmsBox — and an important reminder to use your own long-term number for accounts that hold funds.

✍️ SimSmsBox Team 📅 July 22, 2026

Kraken is a crypto exchange, so signup runs through phone verification and identity checks (KYC), and it strongly encourages 2FA. You can receive the verification code with a real-SIM number to explore the flow — but for an account that will hold funds, use your own long-term number and prefer an authenticator app for 2FA.

Receiving a crypto-exchange SMS verification code on a real-SIM number

Why exchanges verify your phone and run KYC

  • Compliance & identity: exchanges must run identity verification (KYC) by law.
  • Account & funds security: phone verification plus 2FA protect your assets.
  • Virtual numbers get rejected: prefer a real SIM, see Real SIM vs virtual numbers.

Verify Kraken with SimSmsBox

Step 1: Order a number

curl -X POST https://api.simsmsbox.com/api/sms/orders/purchase -H "X-API-Key: psk_xxx" -H "Content-Type: application/json" -d '{"service":"kraken","country":"US","cardKind":"physical","rentDays":30}'
# -> { "orderId": 63, "phone": "+1xxxxxxxxxx", ... }

Step 2: Enter the number and request the code

Step 3: Poll to retrieve the code

curl https://api.simsmsbox.com/api/sms/orders/63 -H "X-API-Key: psk_xxx"
# -> { "status": "received", "latestCode": "710845" }

For cadence, see Automated ordering and polling.

Important: the safety boundary for funds accounts

This account will hold real money, so put security first:

  • Use your own long-term number for the account you fund. A recycled receive-code number can create recovery risk later.
  • Prefer an authenticator app (TOTP) over SMS for 2FA — it resists hijacking far better; see Security key vs SMS 2FA.
  • Stay compliant with local law and the platform’s terms.

Common issues and fixes

SymptomCauseFix
No SMS at allRange risk-flagged / no upstream stockCancel and swap, see SMS code not arriving
”Number can’t be used”Virtual / VOIP number rejectedSwitch to a real SIM
”Try again later”Too many requestsWait, or switch numbers

Wrap-up

Kraken’s phone verification receives fine on a real SIM, but keep funds accounts on your own long-term number with an authenticator app. Further reading: How to choose an SMS platform.

← Back to Blog