v11

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-023710598.2 KB
Wallets

List the authenticated user's smart wallets

get/wallets

Response

All wallets for the authenticated user.

Example response

{
  "data": [
    {
      "address": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB",
      "factoryAddress": "0x82F2Dd9a552a69f2ceD7Ff2D05c43aB8430158FB"
    }
  ]
}