cURL
curl --request POST \ --url https://api.rem.money/v1/wallets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "agentId": "<string>", "label": "<string>", "chain": "tempo", "limits": { "perTx": "<string>", "daily": "<string>" }, "allowlist": [ "<string>" ] } '
{ "id": "<string>", "agentId": "<string>", "address": "<string>", "chain": "<string>", "balance": "<string>", "limits": { "perTx": "<string>", "daily": "<string>" }, "allowlist": [ "<string>" ] }
Provision a programmable USDC wallet for an agent. Limits enforced server-side on every send.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Stable identifier for the agent
tempo
solana
base
Show child attributes
Wallet created