Skip to main content
Regulatory requirements affect API behavior depending on account jurisdiction. The following sections document active compliance changes that require integration adjustments.

MiCA: USDT Restrictions for EEA Users

Since December 30, 2024, EEA accounts cannot deposit, withdraw, or create WhiteBIT Codes in USDT. The restriction implements Markets in Crypto-Assets Regulation (MiCA) requirements — Tether (USDT issuer) has not obtained EU e-money authorization.

Impact on API Integrations

  • USDT deposit requests from EEA accounts are rejected at the server level
  • USDT withdrawal requests from EEA accounts are rejected at the server level
  • WhiteBIT Codes denominated in USDT are blocked for EEA accounts
  • No endpoint schema changes — the same endpoints are used, but the server returns an error for USDT operations from EEA-jurisdiction accounts
  • Non-EEA accounts are not affected

Integration Guidance

Do not hardcode USDT as the default stablecoin for EEA users. Use the Asset Status endpoint (GET /api/v4/public/assets) to check available currencies dynamically. Build currency selection logic that respects jurisdiction-specific restrictions. Source: Changes to USDT Services for EEA Users (Help Center)

MiCA transaction thresholds

The following platform-level thresholds apply to EEA users under MiCA. Any integration should account for the possibility that end users may encounter additional verification steps at these levels: Only fiat-backed stablecoins (e.g., USDC, EURI) are permitted under MiCA. Algorithmic stablecoins are not allowed for EEA accounts.

Travel Rule: EEA Crypto Withdrawals

Since May 19, 2025, crypto withdrawals from EEA accounts (and Turkey) require a travelRule object in the withdrawal request body. The requirement implements the FATF Travel Rule for Virtual Asset Service Providers (VASPs).

Timeline

Withdrawal Request: travelRule Object

The travelRule object is required on POST /api/v4/main-account/withdraw for crypto withdrawals from EEA accounts.
Despite the field names, name contains the first name (or entity name) and address contains the last name (or entity address) — not a physical address. The mapping matches the OpenAPI spec field descriptions.

Code Example: Withdrawal with Travel Rule

For Go and PHP examples, see SDKs. Entity example: For entity withdrawals, set type to "entity", name to the entity name, and address to the entity address:

Deposit Status Codes

Two new deposit status codes indicate Travel Rule verification in progress. Deposits with status 27 or 28 are not credited to the account balance until Travel Rule verification completes. Build deposit monitoring logic to handle status codes 27 and 28 gracefully — do not treat frozen deposits as failed deposits.

Integration Guidance

Partners must collect beneficiary information (type, VASP name, name, address) from end users before submitting withdrawal requests. Withdrawal requests from EEA accounts that omit the travelRule object will be rejected. Source: Travel Rule Requirements (Help Center)

Data Processing & Privacy

  • Data residency: Data processed in the European Union. Data Processing Agreement (DPA) available on request.
  • GDPR: WhiteBIT processes data in accordance with the General Data Protection Regulation (GDPR). GDPR is a European regulation, not a certification.
  • Sub-processors: For the current list of sub-processors, contact compliance@whitebit.com.
  • Data retention: For data retention policies, contact compliance@whitebit.com.

Certifications & Audits

For certificate numbers, issuing bodies, and validity dates, contact institutional@whitebit.com. Independent verification is available on request.

VASP Registrations

WhiteBIT holds VASP registrations in multiple jurisdictions. For a complete list of registration jurisdictions, supervising authorities, and registration numbers, contact compliance@whitebit.com.

Restricted Jurisdictions

For a current list of restricted and prohibited jurisdictions, contact compliance@whitebit.com.

Compliance Requirements May Expand

Regulatory requirements are evolving. Travel Rule enforcement and MiCA restrictions currently apply to EEA accounts (and Turkey for Travel Rule). Additional jurisdictions may be added. Monitor the WhiteBIT Help Center and the Changelog for updates.

What’s Next

Institutional Overview

Product catalog and partner-type routing.

Onboarding

Step-by-step institutional onboarding process.
For Go and PHP examples, see SDKs.