Skip to main content
POST
Simulate stablecoin deposit

Body

application/json

Non-production stablecoin deposit event to create for integration testing.

Non-production stablecoin deposit event to create for integration testing.

amount
string
required
Example:

"100.5"

chain
enum<string>
required

Supported blockchain route family for stablecoin deposits.

Available options:
evm,
tron,
solana
symbol
string
required
Example:

"USDT"

user_id
string<uuid>
required
idempotency_key
string | null
Example:

"sim_crypto_dep_001"

Response

Simulated deposit created

data
object
required

Result returned after creating a non-production stablecoin deposit event.

status
enum<string>
required
Available options:
success