Skip to content

Stacker8/WAX-ICM-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

WAX-ICM-Tutorial

In the following tutorial I will give some examples for all requests, that are used for the ICM-API. For these examples I use NodeJS and the NPM-Package Axios

Before you start

To use the ICM-API you need to get your "Creator-APIKey". If you send any requests without that APIKey, you will get the following output:

{ 
  success: false, 
  message: 'Authentication required' 
}

How to get your APIKey

First of all visit the official WAX-Creator site. Click here

Once the page is loaded, click at the top right on your username. A dropdown menu will pop up. At that menu click on the second list entry called Account.

Now you have to find the button that says "ENABLE API KEY". If you found it, click on it.

The WAX-Creator will generate an APIKey and display it on the same site. Now you can copy and paste it in your application.

Open the examples folder to continue

About

A little tutorial how to use the ICM API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published