Skip to main content
POST
cURL

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Idempotency-Key
string

Unique key per logical operation. UUID v4 recommended. Max 255 characters.

Body

application/json

Request body for funding a test balance via the sandbox faucet.

accountId
string
required

Account to credit.

asset
string
required

Asset code to deposit (e.g. USDC, USDT).

amount
string
required

Deposit amount in major units (e.g. "10000.00").

chainName
string
required

Chain the account's deposit address lives on. Sandbox chains: ETHEREUM_SEPOLIA, ARBITRUM_SEPOLIA, BASE_SEPOLIA, BSC_TESTNET, SOLANA_DEVNET, TRON_NILE.

Response

The request has succeeded.

A simulated crypto deposit produced by the sandbox faucet.

object
enum<string>
required

Object type. Always transaction.

Available options:
transaction
transactionId
string
required

Unique transaction identifier.

type
enum<string>
required

Transaction type. Always CRYPTO_PAYIN.

Available options:
CRYPTO_PAYIN
status
enum<string>
required

Transaction status. Always COMPLETED — the simulated deposit is credited immediately.

Available options:
COMPLETED
accountId
string
required

Credited account.

amount
string
required

Deposit amount in major units.

asset
string
required

Asset code.

chainName
string
required

Chain the deposit was simulated on.

createdAt
string
required

When the transaction was created.