GET
/
commands
Get Discord Bot Commands
curl --request GET \
  --url https://api.multex.tech/commands
{
  "success": true,
  "data": [
    {
      "category": "<string>",
      "description": "<string>",
      "extendedHelp": "<string>",
      "name": "<string>",
      "preconditions": [
        "<string>"
      ]
    }
  ]
}

Rate Limit

2 requests per 10 seconds

Query Parameters

category
string

Filter commands by category

Response

200
application/json

List of commands

The response is of type object.