Wallets API
Create Wallet
POST/oris/wallets/createCreate wallet
Request
"agent_id": "550e8400-...", "chain": "base", "wallet_type": "erc4337"
Response (201)
"id": "660e8400-...", "smart_account_address": "0x1234...", "status": "active", "balance_usdc": "0.00"
List Wallets
GET/oris/wallets/agent/{agent_id}All wallets
Get Balance
GET/oris/wallets/{wallet_id}/balanceBalance
Response
"usdc": "1250.00", "usdt": "0.00", "source": "cache"
Freeze
POST/oris/wallets/{id}/freezeFreeze
Unfreeze
POST/oris/wallets/{id}/unfreezeUnfreeze