Documentation
API Introduction
Last Updated: 03.05.2023 11:59
Example Request

When using an authenticated API, you need to send a secret key in the HTTP header "X-Authorization".

API HTTP Method Authorization
Public API GET No
Private API POST Yes
User API POST Yes
Dashboard API POST Yes
Example Response

The server response is provided in JSON format.

Example of a successful response:

{

    "success": true,
    "result": ["data"]
}

Example of an unsuccessful response:

{

    "success": false,
    "message": "Optional error message.",
    "result": false
}
Change Localization

To change localization, use the "language" parameter with the language code.

List Pagination

To paginate lists, use the "page" parameter with the page number. If you want to change the number of items per page, use the "limit" parameter.

Example response:

{

    "success": true,
    "pagination": [200, 50],
    "result": ["data"]
}
# Description
0 Total Objects
1 Current Position
Published: 03.05.2023 11:59
© Exchanger CMS, 2018 - 2026. Currency Exchange Script. All rights reserved. Terms of Use