Skip to main content
POST
Simulate a crypto deposit to a sandbox wallet

Authorizations

x-api-key
string
header
required

Path Parameters

customerId
string
required
walletId
string
required

Body

application/json
assetAmount
object
required
outcome
enum<string>
Available options:
completed,
frozen,
returned
externalReference
string
Required string length: 1 - 255
detectedAt
string<date-time>
Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
txHash
string
Required string length: 1 - 128
sourceAddress
string | null
Required string length: 1 - 255
originator
object
providerFinalityState
enum<string>
Available options:
pending_confirmation,
finalized

Response

Deposit accepted for ingestion; carries the detection identity to poll on

chain
enum<string>
required

Chain the simulated deposit landed on

Available options:
ethereum,
base,
solana,
polygon,
arbitrum,
optimism,
avalanche,
tron,
stellar,
bsc,
bitcoin
txHash
string
required

Transaction hash the deposit is detected under — the one supplied on the request in canonical form (hashes on hex chains fold to lowercase), or a synthetic sandbox_… hash when it was omitted. Poll GET /v2/transactions?txHash=… to observe the deposit; match destination.walletId on the results if you reused one hash across several wallets, which returns a row per credited wallet.