Skip to main content
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

List of commands

success
boolean
Example:

true

data
object[]