Prerequisites to use Daolity API & SDKs

Prerequisites

Before you can start using our External API {link to the NFT collection APIs}, you need to ensure that you have completed the following prerequisites:

  1. Create an Account: To use our API create an account on Daolity dashboard. This account will be used for authentication purposes when making API requests.{link to steps on how to create this}

  2. Obtain API Key: After creating an account, you will receive an API key. This API key serves as your authentication token and must be included in the headers of your API requests.

  3. Understand API Documentation: Familiarize yourself with this API documentation to understand the available endpoints, request parameters, and response formats.{add link to the right documentation

Authentication

To access Daolity's External API, you need to include your API key in the header of your HTTP requests. Use the following header in your requests:

httpCopy codeAuthorization: Bearer YOUR_API_KEY

Replace YOUR_API_KEY with the actual API key provided to you upon account creation.

Last updated