Dexlab Docs
DexlabCreate TokenPool/SwapMomeTelegram
  • ๐Ÿค˜Introducing
  • developer hub
    • ๐Ÿ—๏ธToken & Swap APIs
      • API Key Issuance Guide
      • Swap API
      • Token Creator API
  • PRODUCTS
    • ๐Ÿค–Dexlab Factory Bot
      • ๐Ÿ Getting Started
      • ๐Ÿ”Deposit Wallet
      • ๐Ÿ‘ฌReferral Reward
      • ๐Ÿ’ŽDRP Reward
      • ๐Ÿš€Token Launch
      • ๐Ÿ”„Trade(Buy/Sell)
      • ๐Ÿ”ŽToken Search & Trending
      • ๐ŸงฉPlayground
      • ๐Ÿ’ผMultiple Wallets
      • ๐ŸงชCopy & Trade Token
      • โš™๏ธBot Settings
    • ๐Ÿ”ฌToken Factory
      • 1๏ธโƒฃQuick Token Creation Guide
      • 2๏ธโƒฃChange Token Information (Update Metadata)
      • 3๏ธโƒฃManage Token (Burn, Mint, Revoke Freeze, Revoke Mint)
      • 4๏ธโƒฃToken Hub โ€“ Manage & Explore
      • ๐Ÿ’นCreate OpenBook Market ID
      • โ‰๏ธToken decimal guide
      • โ‰๏ธFactory Fee
      • โ‰๏ธHow to check market ID?
      • โ‰๏ธFAQ
      • Terms of service
    • ๐Ÿคฝโ€โ™‚๏ธDEX(Swap/LP Pool)
      • ๐Ÿ”„Token Swap
      • ๐Ÿ”ฑCreate Your Own Liquidity Pool โ€“ Easy & Fast!
      • โš™๏ธProvide & Manage Liquidity
    • ๐Ÿ‘ผMome Launchpad
    • ๐Ÿ”งSuperTools for XPLA
      • CW20 Token Creation
        • 1๏ธโƒฃInstantiate (Minting)
        • 2๏ธโƒฃQuery Contract
        • 3๏ธโƒฃExecute (Burn, Send, Logo Updated, etc)
        • โš ๏ธHow to Get My CW20 Token Contract Address
      • CW721 Token Creation (NFT)
        • 1๏ธโƒฃInstantiate (Minting)
        • 2๏ธโƒฃQuery Contract
        • 3๏ธโƒฃExecute (Send, Transfer, Burn, etc)
        • โš ๏ธHow to Check My CW721 on XPLA Explorer
    • ๐Ÿ”‹SuperDEX for XPLA
      • BI/CI
      • Keplr Wallet Creation
    • ๐Ÿ“‹Terms of Service
    • ๐Ÿ“–Platform Disclaimer
    • ๐Ÿ“–SDK & API License Agreement
  • ADDITIONAL RESOURCES
    • Twitter
    • Discord
    • Telegram
    • Medium
Powered by GitBook

ยฉ Copyright 2025 DEXLAB | All Rights Reserved

On this page
  1. developer hub
  2. Token & Swap APIs

API Key Issuance Guide

PreviousToken & Swap APIsNextSwap API

Last updated 3 months ago

Issuing an API key increases the default RPS (Requests Per Second) limit. When requesting an API key, please provide your estimated call volume, and we will determine an appropriate rate limit accordingly.

However, in general cases, the API provides sufficient speed and limits (2 RPS) even without an API key.

Please submit the form via

Provide details about your intended use and expected request limits.

After review, we will issue the API key to the requested email as soon as possible.

For the Pro API, the x-api-key header must always be included in every request.

Headers

  • Open API: https://open-api.dexlab.space/

    • There is a rate limit of 2 RPS. If you need more, get a free API key.

  • Pro API( API key required ): https://pro-api.dexlab.space/

    • The rate limit is increased and free.

Name
Value

Content-Type

application/json

x-api-key

your api key

The Pro API functions the same as the standard API, except for differences in the header and endpoint.

๐Ÿ—๏ธ
Dexlab API Key Request