Operation

GET /extension/config

Returns the config payload consumed by the HiEnergy browser extension — currently the list of networks the deeplink generator supports. Touches the caller's `last_used_extension_at`.

Operation ID: getExtensionConfig · Tags: Extension

Parameters

This operation does not define any parameters.

Request Body

No request body is defined for this operation.

Responses

Content Types

  • application/json
{
  "description": "Extension config",
  "content": {
    "application/json": {
      "schema": {
        "$ref": "#/components/schemas/ExtensionConfig"
      }
    }
  }
}

{
  "$ref": "#/components/responses/Unauthorized"
}

API Playground

Run this GET request with your API key, or open it in a new tab. Path uses sample IDs where the OpenAPI path has {parameters}. Sign in to enable live testing with your API key.

Action Method Endpoint Description
Fetch the browser extension config GET /api/v1/extension/config OpenAPI operationId: getExtensionConfig.
GET /api/v1/extension/config OpenAPI

Fetch the browser extension config


    
Ask Dex AIIntegration help

If this page feels TLDR, ask Dex AI.

Dex AI speaks your language, and all the other languages you may not. It will write the integration for you with the right endpoint and headers in one plain-English answer.