This section provides a detailed guide for each of the APIs, with sample code and responses.

Testing the APIs from the browser

The reference pages allow you to call the APIs directly from the browser. To get started:

  1. Create a developer account on the Staging or Production consoles. Read more about the environments here.
  2. Create an API key from the API keys tab on the console, with the permissions required for the APIs you want to use.
  3. From the page of your API of choice, insert the right API key in the authorization slot, introduce the different parameters, and call “Send”.
  4. (Optional) To call APIs in the production environment, find the API endpoint selector () next to the endpoint URL, and change it to www.crossmint.com/api.

The following guide will show you how to create a wallet and mint an NFT into it within 5 minutes. For this, make sure your API key has the scopes wallets.create, and nfts.create.

Next Steps

Test any other API directly from the reference page. You can find more information about the products on the documentation guides.