Skip to main content
POST
/
sandbox
/
withdraw
cURL
curl --request POST \
  --url https://sandbox.x.architect.co/api/sandbox/withdraw \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": "<string>",
  "symbol": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
string
required
symbol
string
required

Response

Withdrawal successful