---
title: "POST /sandbox/withdraw"
method: POST
path: "/sandbox/withdraw"
tags: ["api-gateway"]
---

# POST /sandbox/withdraw

`POST /sandbox/withdraw`

## Request body

- SandboxWithdrawalRequest
  - `account_id` string, nullable — Optional account ID. If omitted, default (primary) user account is used.
  - `amount` string, required
  - `symbol` string, required

## Response `200`

Withdrawal successful

## Other responses

- `400` — Invalid symbol or amount
- `403` — Not a sandbox environment

---

[API](https://skmtc.net/architect/apis/ax-api-gateway.md) · [All operations](https://skmtc.net/architect/apis/ax-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/architect/ax-api-gateway/revisions/2955c31c524d/schema)
