GuidesAPI Reference
Guides
API Reference

Simulate crypto deposit (sandbox)

Creates a simulated cryptocurrency deposit arriving at a DFNS wallet in the sandbox environment. Use this to test crypto deposit detection, balance updates, webhook notifications, and any custom business logic that triggers on incoming blockchain transactions. Specify the beneficiary, wallet address, amount, blockchain network, and currency. Only available in sandbox mode.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Mock request to simulate a cryptocurrency deposit at a DFNS wallet for testing purposes in the sandbox environment.

string
required

Unique identifier of the beneficiary receiving the deposit.

string
required

Destination wallet address for the simulated deposit.

number
required

Amount of cryptocurrency to deposit.

string
enum
required

Blockchain network for the deposit.

Allowed:
string
required

Cryptocurrency currency code (e.g. USDT, USDC).

Response
200

OK

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!