Before using the Wallet API, you need to first create a project on the Developer Management Platform and generate an API key. Here are the detailed steps and related resources:
We have prepared a detailed guide to help you complete these steps. You can read the Developer Portal Guide to get started more quickly.
Additionally, you need to set up some basic configuration for API calls.
When sending REST requests, you will need to authenticate them. We have provided a detailed REST Authentication Guide to help you understand and implement this process.
Import the necessary Node.js libraries, set up your environment variables, and define helper functions and assemble parameters in the Node.js Environment Setup.