cURL
curl --request POST \ --url https://api.rem.money/v1/transfer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "from": "<string>", "to": "<string>", "amount": "<string>", "currency": "USDC", "chain": "auto", "idempotency_key": "<string>" } '
{ "id": "<string>", "status": "pending", "tx_hash": "<string>", "chain": "<string>", "amount": "<string>" }
Move USDC between REM-managed wallets, accounts, and institutions. REM picks the optimal chain unless overridden.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
tempo
solana
base
auto
Transfer accepted
pending
settled
failed