Private API
Last Updated: 10.10.2024 13:18
General Information

To work with the Private API, you need to generate a secret key in the "Application Settings" - "Private API Settings".

Example request:

curl -X POST 'https://YOUR.DOMAIN/private-api-create-review' \

    --header 'X-Authorization: SECRET_KEY' \
    --header 'Content-Type: application/x-www-form-urlencoded' \
    --data-urlencode 'name=Andrey' \
    --data-urlencode 'text=Thanks for the fast exchange!' \
    --data-urlencode '[email protected]'

Introduction to API

Exchange
/private-api-create-order
Parameter Description
slug Exchange Direction Slug
send_amount Amount
user_login User Login (optional)
referrer_login Referrer Login (optional)
*input_name_snake_case Required Fields for Exchange Direction

API Identifiers

Returns the order object.

Reserve Request
/private-api-create-reserve-request
Parameter Description
currency_id Currency ID
amount Amount
email Email

Returns the reserve request object.

Leave a Review
/private-api-create-review
Parameter Description
name Username
text Text
email Email

Returns the review object.

User Registration
/private-api-create-user
Parameter Description
login Login (optional)
email Email
password Password
api Generate API Token (optional, 1: yes, 0: no)
referrer_login Referrer Login (optional)

Returns the user object.

© Exchanger CMS, 2018 - 2025. E-currency exchange script. All rights reserved. Terms of Service.