---
title: "Create Sandbox Deposit"
method: POST
path: "/sandbox/profiles/{profile_id}/deposit"
tags: ["Sandbox Deposits"]
---

# Create Sandbox Deposit

`POST /sandbox/profiles/{profile_id}/deposit`

Create a test deposit to fund a profile in the sandbox environment.

Always specify `crypto_network` when making a crypto sandbox deposit. Omit the parameter when depositing fiat.

*This functionality is only available in the sandbox environment.*

## Path parameters

- `profile_id` string, required

## Request body

- FundingSandboxCreateSandboxDepositBody
  - `asset` string, required — The kind of asset to deposit.
  - `amount` string, required — The amount to deposit.
  - `crypto_network` 'BITCOIN' | 'ETHEREUM' | 'BITCOIN_CASH' | 'LITECOIN' | 'SOLANA' | 'POLYGON_POS' | 'BASE' | 'ARBITRUM_ONE' | 'STELLAR' | 'INK' | 'XLAYER' | 'AVALANCHE' | 'DOGECOIN' | 'SUI' | 'ROBINHOOD' | 'BNB' — A CryptoNetwork is a blockchain transmitting cryptocurrencies.
  - `crypto_address` string

## Response `200`

A successful response.

- CreateSandboxDepositResponse
  - `activity_id` string — The UUID of the customer activity created for the deposit.

---

[API](https://skmtc.net/paxos/apis/paxos-api.md) · [All operations](https://skmtc.net/paxos/apis/paxos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paxos/paxos-api/revisions/0687ca8c9a8d/schema)
