Skip to main content
GET
cURL
Retrieves all enabled wallets for a user. Supports pagination and filtering by virtual machine type (EVM, SVM) or wallet ID.

Error Codes

Common Errors

User Ownership Errors

Endpoint-Specific Errors

Authorizations

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Path Parameters

userId
string
required

The userId of the user

Example:

"8374f327-38bd-4b0b-b8a7-2524599eb903"

Query Parameters

vmType
enum<string>

Filter by virtual machine type

Available options:
EVM,
SVM
id
string

Filter by wallet ID

skip
number

The number of elements to exclude from the results.

limit
number

The maximum amount of results to return.

sortBy
string

Supported values:

  • createdAt

Response

Retrieves all enabled wallets for a user with optional filters

success
boolean
Example:

true

data
object