With XBID, wallets are separated. Before trading on XBID, you must transfer funds from your Trader Wallet to your XBID Wallet.
- Transfers can be performed via the UI or the API.
- This API provides:
- Information about all transactions that have occurred.
- The ability to transfer funds between the Trader Wallet and the XBID Wallet.
Withdraw money from your XBID Wallet into your Trader Wallet.
Security
api-key
POST
curl -i -X POST \
'https://acc-trading.etpa.nl/public-api/1.0/xbid/wallets/withdraw/{amount}' \
-H 'api_key: YOUR_API_KEY_HERE'