Skip to main content

How to start using FeverTokens API?

FeverTokens' no-code Web3 framework comes not only with a user-friendly console but also a feature-rich API. The latter allows developers to integrate Web3 and NFT features into their own applications seamlessly. Best of all, access to FeverTokens API is free and unlimited.

This guide goes over requesting your own access token and following the API documentation.


STEP 1. Request API access token

  1. After signing in (see this guide), go to the Tokens page using the navigation panel on the left (the "</>" icon).

Project dashboard

  1. If you have any tokens already created, they are listed here. Click Create a new access token.

Tokens home

  1. Choose a name for this token for reference and select the level of access for this token. Three levels are supported:
  • Write privilege grants full control of your account to the access tkoen
  • Read privilege grants only read, but not write, rights
  • Public privilege has limited scope and is only compatible with limited functions; it is used for querying public data only

Get new token

  1. Click Save to continue.
  2. The new token will be displayed on the Tokens page.

New token created


STEP 2. Discover FeverTokens API documentation

  1. Go to FeverTokens API documentation page.
  2. A range of APIs can be found on the left panel. Their details are displayed in the center, while examples are given on the right.

API documentation

  1. To try the API within the documentation, enter the access token that you have obtained in STEP 1 into the AUTHENTICATION field in the HEADER section on the right.
  2. Enter the required values on the page and click Try it! to start.

Call API

  1. The API response will be give on the page.

API response