Skip to main content
GET
/
dexs
Supported DEX options
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/markets/dexs \
  --header 'api-key: <api-key>'
{
  "data": [
    "all",
    "magiceden",
    "dotswap"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.gomaestro.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Project API Key

Response

OK

data
string[]
Example:
["all", "magiceden", "dotswap"]