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>", "memo": "<string>", "idempotency_key": "<string>" } '
{ "id": "<string>", "status": "pending", "tx_hash": "<string>", "chain": "<string>", "amount": "<string>" }
Initiate a USDC transfer from the agent’s wallet. Enforces per-tx and daily limits and the allowlist before signing.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Send accepted
pending
settled
failed