Skip to content

XBID Wallet v1

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

Request

Withdraw money from your XBID Wallet into your Trader Wallet.

Security
api-key
Path
amountnumber, [ 0.01 .. 20000000 ]required
POST
/public-api/1.0/xbid/wallets/withdraw/{amount}
curl -i -X POST \
  'https://acc-trading.etpa.nl/public-api/1.0/xbid/wallets/withdraw/{amount}' \
  -H 'api_key: YOUR_API_KEY_HERE'

Responses

Withdrawal Request has been sent successfully

Bodyapplication/json
string
Response
"string"