Socket
Book a DemoInstallSign in
Socket

@heliofi/sdk

Package Overview
Dependencies
Maintainers
11
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heliofi/sdk

A lightweight and easy-to-use SDK for interacting with the Helio API.

latest
Source
npmnpm
Version
2.2.5
Version published
Weekly downloads
203
20.83%
Maintainers
11
Weekly downloads
 
Created
Source

Helio SDK

Introduction

A lightweight and easy-to-use SDK for interacting with the Helio API. Supports API key endpoints only.

It wraps and enhances the Helio API away into one NPM package which is easy to install and upgrade.

The Helio SDK is written in Typescript.

Please use the latest production version. Only used ALPHA versions if advised to do so.

Installation

npm i @heliofi/sdk

or

yarn add @heliofi/sdk

IMPORTANT: You will also need to add the following line in your code, ideally at the very top of the project:

import 'reflect-metadata';

Usage

import { HelioSDK } from '@heliofi/sdk';

const sdk = new HelioSDK({
  apiKey: 'your-public-api-key',
  secretKey: 'your-secret-key',
  network: 'mainnet', // or 'devnet' (optional, mainnet by default)
});

const paylink = await sdk.paylink.create(createPaylinkDto);

const paylinkWebhook = await sdk.paylinkWebhook.create(createPaylinkWebhookDto);

Methods

MethodsParamsReturn
Paylink
paylink.createdto: CreatePaylinkWithApiDtoShallowEnrichedPaylink
paylink.updatepaylinkId: string; dto: UpdatePaylinkWithApiDtoPaylink
paylink.disablepaylinkId: stringboolean
Currency
currency.getAllCurrenciestype?: CurrencyTypeCurrency[]
Transaction
transaction.getTransactiontransactionSignature: stringTransacion
Paylink Webhook
paylinkWebhook.createPaylinkWebhookdto: CreatePaylinkTransactionHookDtoPaylinkTransactionHookEntity
paylinkWebhook.getAllPaylinkWebhookspaylinkId: stringPaylinkTransactionHookEntity[]
paylinkWebhook.getPaylinkWebhookwebhookId: stringPaylinkTransactionHookEntity
paylinkWebhook.deletePaylinkWebhookwebhookId: stringvoid
Subscription Webhook
subscriptionWebhook.createSubscriptionWebhookdto: CreatePaylinkSubscriptionHookDtoPaylinkSubscriptionHookEntity
subscriptionWebhook.getAllSubscriptionWebhookspaylinkId: stringPaylinkSubscriptionHookEntity[]
subscriptionWebhook.getSubscriptionWebhookwebhookId: stringPaylinkSubscriptionHookEntity
subscriptionWebhook.deleteSubscriptionWebhookwebhookId: stringvoid

FAQs

Package last updated on 26 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.