How it works
Check your wallet balance
Use the wallet balance endpoint to confirm you have sufficient funds before initiating a withdrawal.
Swap to a fiat-pegged currency (optional)
If your wallet holds a volatile asset like BTC, you can use the RFQ trading system to swap it to a stable currency like USDT before withdrawing.
Initiate a fiat withdrawal
Make a request to the fiat withdrawal endpoint with the destination bank account details and amount. Obiex handles the conversion and bank transfer.
Key endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /wallets/{currencyCode} | Check wallet balance before withdrawing |
| GET | /ngn-payments/banks | List supported Nigerian banks and their codes |
| GET | /ngn-payments/accounts/resolve | Verify a bank account before sending |
| POST | /wallets/ext/debit/fiat | Initiate a fiat withdrawal to a bank account |
| GET | /transactions/{transactionId} | Check withdrawal status |