cURL
curl --request POST \ --url https://api.rem.money/v1/simulate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "walletId": "<string>", "destination_address": "<string>", "amount": "<string>" } '
{ "wouldSucceed": true, "reasons": [ "<string>" ], "complianceChecks": {}, "estimatedFee": "<string>" }
Dry-run a transaction to verify compliance, limits, and routing without moving funds.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Simulation results