v1

latestOpenAPI 3.0.02026-07-2656110201.6 KB
Wallet

Get Wallets

Returns all wallets linked to a merchant, including both connected and payout wallets, across supported blockchain networks.

get/v1/wallet/all

Query parameters

apiKeystring required

API key can be generated on helio dashboard settings page

Response

Successfully retrieved merchant wallets.

idstring required

Unique identifier of the wallet

publicKeystring required

Public address of the wallet

blockchainEngineTypestring required

Blockchain engine the wallet is associated with

walletCategorystring required

Category of the wallet

namestring

Human-readable wallet name

typestring

Wallet type

originstring

Wallet provider or origin

createdAtstring date-time

ISO timestamp when the wallet was created

Example response

[
  {
    "blockchainEngineType": "SOL",
    "walletCategory": "CONNECTED",
    "type": "EXTENSION",
    "origin": "PHANTOM"
  }
]