Skip to main content
POST
https://api.0xkey.io
/
public
/
v1
/
query
/
list_wallet_accounts
List wallets accounts
curl --request POST \
  --url https://api.0xkey.io/public/v1/query/list_wallet_accounts \
  --header 'Content-Type: application/json' \
  --header 'X-Stamp: <api-key>' \
  --data '
{
  "organizationId": "<string>"
}
'
{
  "accounts": [
    {
      "walletAccountId": "<string>",
      "organizationId": "<string>",
      "walletId": "<string>",
      "curve": "CURVE_UNSPECIFIED",
      "pathFormat": "PATH_FORMAT_UNSPECIFIED",
      "path": "<string>",
      "addressFormat": "ADDRESS_FORMAT_UNSPECIFIED",
      "address": "<string>",
      "createdAt": {
        "seconds": "<string>",
        "nanos": "<string>"
      },
      "updatedAt": {
        "seconds": "<string>",
        "nanos": "<string>"
      },
      "publicKey": "<string>",
      "walletDetails": {
        "walletId": "<string>",
        "walletName": "<string>",
        "createdAt": {
          "seconds": "<string>",
          "nanos": "<string>"
        },
        "updatedAt": {
          "seconds": "<string>",
          "nanos": "<string>"
        },
        "exported": true,
        "imported": true
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xkey.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Stamp
string
header
required

Body

application/json
organizationId
string
required

Unique identifier for a given organization.

walletId
string

Unique identifier for a given wallet. If not provided, all accounts for the organization will be returned.

includeWalletDetails
boolean

Optional flag to specify if the wallet details should be included in the response. Default = false.

paginationOptions
object

Response

A successful response.

accounts
An account derived from a Wallet · object[]
required

A list of accounts generated from a wallet that share a common seed.