Wallet API
Preparation

Preparation#

Create Project and API Key#

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:

  1. Log in to the Developer Management Platform.
  2. Create a new project.
  3. Generate the API key in the project settings.

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.

REST Request Authentication Configuration#

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.

Node.js Environment Setup#

Import the necessary Node.js libraries, set up your environment variables, and define helper functions and assemble parameters in the Node.js Environment Setup.