0xRafal / HexClientApi

Hex APIs Node JS helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HexClientApi

Hex APIs Node JS helper.

For full API specification please refer to: https://api-test2.hexsafe.io/hexsafe/swagger/

Client Docs:

Client Docs

To install:

npm i hex-client-api

To try it out:

const { HexClientApi } = require('hex-client-api');
(async () => {
  const hexClient = new HexClientApi('https://api-test2.hexsafe.io/', 'api-key-id', 'api secret');
  await hexClient.get('/hexsafe/api/v3/account/asset/BTC/address/3MuatS4G2bG28bKBm7znAwywdFVDZv9fMSt');
})();

About

Hex APIs Node JS helper

License:MIT License


Languages

Language:TypeScript 58.8%Language:JavaScript 41.2%