1. Create your Dexxify account
Sign up at dexxify.com and create a business. Every business starts in test mode — no real funds move until you switch to live.2. Get a test API key
From your dashboard, go to Developers → API Keys and create a key. Test keys are prefixeddex_test_..., live keys dex_live_.... Store it somewhere safe — the full key is only shown once.
3. Create a deposit account
customer_id if you’ve already created the customer in Dexxify; otherwise omit it and the deposit account is created standalone.
This returns a deposit account. Its deposit_account_id is what you’ll use to issue addresses and query balances.
4. Issue a deposit identity
A deposit account on its own doesn’t have anywhere for funds to arrive — you provision one or more deposit identities onto it: a static crypto address per chain, or an NGN virtual account.5. Watch for the deposit
Dexxify sends a webhook the moment funds land on a deposit identity — see Webhooks for how to receive and verify it.Next steps
Authentication
API key format, request signing, and environments in depth.
Send a payout
Move funds out — stablecoin or Naira.