Transfer API - Prefunds
Create Prefund Order
POST /api/v1/transfer
This endpoint allows you to initiate the process of adding funds to your account balance, a process known as prefunding. A sufficient balance is required before you can make payouts.
You can prefund your account using either traditional fiat currency (e.g., USD, EUR) or cryptocurrency (e.g., BTC, ETH). The type of prefunding is determined by the orderType parameter in your request body.
Fiat Prefunding 💰
To prefund your account with a fiat currency, set the orderType to 'fiat_prefund'. The API response will then provide you with the necessary payment details (like bank account information) for you to complete the transfer.
Crypto Prefunding 🪙
To prefund your account with cryptocurrency, set the orderType to 'crypto_prefund'. The API response will contain a dedicated wallet address. You can then send the specified amount of cryptocurrency to this address to fund your account.
Updated 5 months ago