cURL
curl --request PATCH \ --url https://api.rem.money/v1/wallets/{id}/limits \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "limits": { "perTx": "<string>", "daily": "<string>" }, "allowlist": [ "<string>" ] } '
{ "id": "<string>", "agentId": "<string>", "address": "<string>", "chain": "<string>", "balance": "<string>", "limits": { "perTx": "<string>", "daily": "<string>" }, "allowlist": [ "<string>" ] }
Update per-tx, daily, and allowlist policies for an agent wallet.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
Updated wallet