Simulate inbound transfer on a Deposit Address
Simulate an inbound stablecoin (blockchain) transfer against a Deposit Address, for testing webhook and reconciliation flows. Sandbox / non-production only; returns 404 in production-live. The amount currency and network are resolved server-side from the Deposit Address; the response fields are documented on the corresponding schema.
Authorizations
Token from POST /auth/token
Headers
Required on POST and PUT requests. Use a unique value per logical mutation attempt, for example a UUID.
Path Parameters
Body
Request body for POST /deposit-addresses/{id}/simulate.
Stablecoin amount carried in the deposit-address simulation request: value only. The currency is resolved server-side from the DA's source_asset.
Response
The request has succeeded.
Response for POST /deposit-addresses/{id}/simulate. No rail - the route
implies blockchain_in.
Stablecoin amount echoed back in the deposit-address simulation response: value + currency.
Blockchain network for inbound blockchain transfers.
BASE, ETHEREUM, INK, SOLANA, SUI submitted Synthetic on-chain transaction hash for webhook correlation.