Returns a paginated list of all wallets in the pool with optional filtering by chain and status.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
chain |
query | string |
no | Filter by blockchain chain (ETH, BASE, SOL). |
status |
query | string |
no | Filter by wallet status. |
limit |
query | integer |
no | Maximum number of wallets to return (default 50, max 100). |
offset |
query | integer |
no | Number of wallets to skip for pagination. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
ListWalletsResponse |
Wallets list retrieved. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.