GET
/
v1-alpha1
/
wallets
curl --request GET \
  --url https://staging.crossmint.com/api/v1-alpha1/wallets \
  --header 'X-API-KEY: <api-key>'
[
  {
    "chain": "ethereum",
    "publicKey": "0xB364346FDb52e42CcC186b3BA3730cb4A87bF5B0"
  },
  {
    "chain": "polygon",
    "publicKey": "0x30E3E8feEc68d5Cb5424113E9d161611c7fc7290"
  },
  {
    "chain": "solana",
    "publicKey": "A9vzqFSxKVasf55GdZCAFKhKW9zckzx6ekhhsQTretTa"
  }
]

This is an alpha API and subject to change.

This API enables fetching all wallets for the provided user identifier. The results will be limited to the project associated with the API key used.

You should only pass userId or email in the query. The option used must match what was used in the creation of the wallet.

Authorizations

X-API-KEY
string
headerrequired

Obtained in the Crossmint developer console

Query Parameters

userId
string

Unique identifier for your user. Any arbitrary string can be passed here.

email
string

The email used when creating the wallet

Response

200 - application/json
chain
string

The blockchain the wallet is on

publicKey
string

The public address of the wallet