cURL
curl --request GET \ --url https://api.rem.money/v1/wallets \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "agentId": "<string>", "address": "<string>", "chain": "<string>", "balance": "<string>", "limits": { "perTx": "<string>", "daily": "<string>" }, "allowlist": [ "<string>" ] } ]
Returns all agent wallets managed by your institution.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of wallets
Show child attributes