Sandbox
Simulate a fixed-route source deposit
Sandbox-only: triggers the fixed-route sweep without on-chain funds or provider webhooks. Works for fiat (vba_) and crypto (inw_) source routes. Does not use account fund-in -- Infinite wallets cannot be credited that way. Idempotent when reference is reused.
post/v1/sandbox/fixed-routes/{id}/simulate-deposit
Path parameters
idstring required
Fixed route source account id (vba_ for fiat, inw_ for crypto deposit wallets)
Headers
X-API-Keystring
API key
Request body
Example request
{
"amount": "1000.00",
"currency": "USD",
"reference": "sandbox_test_deposit_1",
"senderBank": {
"bankName": "JPMorgan Chase",
"routingNumber": "021000021",
"swiftBic": "CHASUS33"
}
}Response
Fixed route sweep simulated successfully
Example response
{
"accountId": "acc_123",
"transferId": "tfr_123",
"sweepReferenceId": "sandbox_sim_550e8400-e29b-41d4-a716-446655440000"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.