cURL
curl --request GET \ --url https://api.multex.tech/commands
{ "success": true, "data": [ { "category": "<string>", "description": "<string>", "extendedHelp": "<string>", "name": "<string>", "preconditions": [ "<string>" ] } ] }
Returns a list of available Discord bot commands, optionally filtered by category
Filter commands by category
List of commands
The response is of type object.
object