curl --request GET \
  --url https://testnet.walletkit.com/wallets \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "5884bd1d-ecb3-41ea-bcc7-e9e3d229618f",
    "created_at": "2023-07-21T22:03:16Z",
    "network": "Ethereum",
    "name": "<string>",
    "owner_id": "<string>",
    "address": "0x976Cf57B7EE1D84E73BE9115457889d49a8A1335"
  }
]

Headers

X-WalletKit-Project-ID
string
required

Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

network
enum<string>
Available options:
Ethereum,
Polygon,
Base,
Avalanche,
Polkadot,
Vara
page
integer | null
page_size
string | null

Response

200
application/json
id
string
required
Example:

"5884bd1d-ecb3-41ea-bcc7-e9e3d229618f"

created_at
string
required
Example:

"2023-07-21T22:03:16Z"

network
enum<string>
required
Available options:
Ethereum,
Polygon,
Base,
Avalanche,
Polkadot,
Vara
address
string
required
Example:

"0x976Cf57B7EE1D84E73BE9115457889d49a8A1335"

name
string | null
owner_id
string | null