Withdraw
This API allows you to withdraw funds from a sub-user's wallet.
POST
https://wallet-api.xaigate.com/api/v1/withdraw
Parameter content type: application/json
Request Body
apiKey*
String
fdda9f03-6409-43eb-a6ef-e1f6cea71c2e
userId*
String
097f35dd-a806-43ef-ab0d-f121cb11567e
coin*
Stirng
ETH
receivedAddress*
String
0x41053c22ac13c77daa6d65a4d235de7c38cc0c85
amount*
String
0.1
networkId*
String
1
Request Parameter
Parameter
Type
Sample Value
apiKey (required)
String
userId (required)
String
receivedAddress (required)
String
coin (required)
String
amount (required)
String
networkId (required)
String
Enum: 1, 56, TRX
Example Value
Response (200 Ok - https status code)
Response
Type
Sample Value
id
String
txid
String
explorerUrl
String
amount
String
transactionFees
String
processingFees
String
totalAmount
String
toAddress
String
walletId
String
coinShortName
String
date
String
Example Value
Last updated