Withdraw From Account
POST
https://api.sfox.com/v1/user/withdraw
Initiate a withdrawal from your sFOX account to a crypto address or wire transfer to your linked bank account.
Body Parameters
Name
Type
Description
currency
required
string
The currency to withdraw
amount
required
number
The amount of the currency to withdraw
address
string
The crypto address to withdraw to. Required if currency
is NOT usd
isWire
boolean
Specify the bank withdrawal method. Possible values:
true
: Wire Transfer (default)
false
: ACH Transfer
memo
string
Optional description/memo field
Responses
Example Requests
Last updated