api-key
to access the Maestro API. To get an API key contact us on our socials: Discord or email: info@gomaestro.org
next_cursor
string. This value should be passed as the cursor
parameter in your next request to retrieve the next page of results."next_cursor": "AAAAAALfeKF8btdzaVvkGaetSS7e1AAF"
. This indicates that there are more results to retrieve.next_cursor
: To get the next page of data, you need to include the next_cursor
value in your next API request by adding it as a query parameter (cursor
)."next_cursor": null
, the requested dataset’s end has been reached.Parameter | Default | Description |
---|---|---|
count | 100 | Defines the maximum number of results per pagination page |
order | asc | Specifies the sort order of the results. Acceptable values are asc (ascending) or desc (descending). This option is available only for specific endpoints. |
Header | Description |
---|---|
X-RateLimit-Limit-Second | Maximum allowed requests per second. |
X-RateLimit-Remaining-Second | Remaining allowed requests for the current second. |
X-Maestro-Credits-Limit | Total allowed credits for the day. |
X-Maestro-Credits-Remaining | Remaining credits for the day. |
2xx | Success |
---|---|
4xx | Client-side errors, such as missing or incorrect parameters. |
5xx | Server-side errors with Maestro. |