Skip to main content
Retrieve the wallets you have connected and verified for trading on Base and BNB Chain. Each wallet must be proven with a signed message before it can be used by an agent.

Endpoint

Query parameters

integer
Filter wallets by chain. Use 8453 for Base or 56 for BNB Chain.
integer
default:"20"
Number of wallets per page. Maximum is 100.
string
Opaque cursor from a previous response to fetch the next page.

Example request

Response

array
Array of wallet objects.
string
Unique wallet identifier.
string
On-chain wallet address.
integer
Chain the wallet belongs to.
string
Optional user-provided label.
integer
Unix timestamp when the wallet was connected.
string
Cursor for the next page, omitted when there are no more results.

Example response