{"success":true,"data":{"command":"markets.list","description":"List Gamma markets","authRequired":false,"enabled":true,"paramsSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"active":{"type":"boolean"},"closed":{"type":"boolean"},"limit":{"type":"integer","minimum":1,"maximum":500},"offset":{"type":"integer","minimum":0,"maximum":10000},"order":{"type":"string"},"ascending":{"type":"boolean"}},"additionalProperties":false},"paramsExample":{"active":false,"closed":false,"limit":1,"offset":1,"order":"string","ascending":false},"curlExample":"curl -X POST \"https://polygate.w0x7ce.eu/api/v1/commands/execute\" \\\n  -H 'content-type: application/json' \\\n  -d '{\"command\":\"markets.list\",\"params\":{\"active\":false,\"closed\":false,\"limit\":1,\"offset\":1,\"order\":\"string\",\"ascending\":false}}'"}}