The SDKarrow-up-right provides interfaces to communicate with the Hanji API. Here is a description of the TypeScript version of the SDK.
The main object to start with is HanjiClient. It holds information about the Hanji API endpoints and the user transaction signing interface.
HanjiClient
All methods to interact with the spot market are available in the HanjiSpot class.
HanjiSpot
The SDK also provides type and interface definitions for the objects used.
Node.jsarrow-up-right version 20.10.0 or later
npmarrow-up-right or Yarnarrow-up-right
Install the SDK package
npm install hanji-ts-sdk
Install the wsarrow-up-right package if you going to use it in the Node.js environment
npm install ws
Last updated 1 year ago