⚙️
API Docs
  • 👋WELCOME
    • About Daolity
    • Quick Start
  • Start Your Journey
    • Daolity registration & Account Setup
    • Obtaining API Keys & SDK Integration credentials
    • Prerequisites to use Daolity API & SDKs
    • Daolity SDK Installation
      • Basic Example 1
      • Basic Example 2
      • Basic Example 3
  • Daolity Setup
    • Daolity Setup
      • Overview
      • Mainnet Setup
        • Page 3
      • Testnet Setup
      • Using Windows
      • Using Mac
    • Daolity Dashboard
      • Overview
      • Creating & Managing Keys
      • Viewing, Editing & Revoking Keys
      • Team Access Management
      • Transaction Tracking
      • API Monitoring
  • Daolity SDKs
    • Overview
    • JavaScript SDK
    • TypeScript SDK
    • React SDK
    • Go SDK
  • NFT Collection Endpoints
    • NFT Total Supply
    • isWhitelisted
    • addUserAddressToWhitelist
    • SetPaused
    • RemoveNftFromCollection
    • WalletOfOwner
    • TokenURI
    • setCost
    • mint
    • mintForAddress
    • mintForFree
    • Withdraw
  • 💼Wallets
    • Overview
    • Getting Started
    • Wallet 1
      • Usage
      • Configuration
      • Methods
    • Wallet 2
    • Wallet 3
    • Setting Up Staking For Daolity Tools( For All Wallets)
  • Reference
    • Overview
    • API Reference
      • Supported HTTP Methods
      • Responses & Error Codes
      • DEMO
      • Data Formatting & Encoding Standards
  • Use Cases, Tutorials & Templates
    • Examples Use Cases
    • Step-by-Step Tutorials for Common Integration Scenarios
      • Simple DeFi Lending Dapp
      • NFT Marketplace
      • Minting NFT Collection
      • Token-gated Access Dapp
    • Templates
  • Pricing
    • Overview
    • Daolity Billing Model
    • Billing Case Study
  • Glossary
    • Key Terminologies
    • Definitions & Explanation Of Terms
  • Troubleshooting and FAQs
    • Common Integration Issues and Solutions
    • FAQs
    • Troubleshooting Guide
Powered by GitBook
On this page
  • Prerequisites
  • Authentication
  1. Start Your Journey

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.

PreviousObtaining API Keys & SDK Integration credentialsNextDaolity SDK Installation

Last updated 1 year ago