GET
/
dexs
Supported DEXs
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/markets/dexs \
  --header 'api-key: <api-key>'
{
  "data": [
    "magiceden"
  ]
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

OK

The response is of type object.