cURL
curl --request POST \ --url https://api.rem.money/v1/wallets/{id}/send \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "destination_address": "<string>", "amount": "<string>", "idempotency_key": "<string>" } '
{ "id": "<string>", "status": "<string>", "tx_hash": "<string>" }
Initiates a stablecoin transfer from the specified wallet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Amount in USDC (string to preserve precision)
Payment accepted