Getting Started

1. Prerequisites

Before using the Dexodus Trading API, you need:

  • An API Key generated from our Dexodus DApp (https://app.dexodus.finance)

  • Basic knowledge of REST APIs and HTTP requests


2. Generating Your API Key

API Keys are required to authenticate all requests to the Dexodus Trading API. Follow these steps to generate your key.

Step 1: Navigate to API Settings

Connect your wallet to the Dexodus DApp and click on your account drawer.

Now, navigate to the "API Key" tab and click the "Generate Key" button.

Step 2: Save Your API Key

Important: Copy and securely store your API key immediately. For security reasons, it will only be displayed once.

Step 3: View Active API Keys

Monitor all your active API keys in the dashboard. You can see:

  • Key ID (last 6 characters)

  • Creation date

  • Revoke button (Delete API Key when you want)


3. Authentication

All API requests require authentication using your API Key in the Authorization header.

Authorization: YOUR-API-KEY-HERE

Last updated