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"
  ]
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

OK

The response is of type object.