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

# POST /sandbox/deposit

`POST /sandbox/deposit`

## Request body

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

## Response `200`

Deposit successful

## Other responses

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

---

[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/versions/2955c31c524d/schema)
