cURL
curl --request GET \ --url https://api.sumvin.com/v0/wallets/
{ "_links": { "self": { "href": "/v0/wallets" }, "user": { "href": "/v0/user/me" } }, "wallets": [ { "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD78", "chain_id": 8453, "id": "wal-a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4", "is_eoa": true, "is_primary": true } ] }
Tenant org ID for multi-tenant auth
Filter wallets by blockchain chain ID
Filter by wallet type: true for EOA wallets, false for Safe smart wallets
Expand related resources. Options: cards
cards
Wallets retrieved successfully
HAL-style hypermedia links for navigation.
Show child attributes
List of user's wallets.