Introduction to Quickex API
The Quickex API is built on REST principles: predictable URLs, JSON requests and responses, standard HTTP codes, and authentication mechanisms.
The API allows you to automatically create and track orders, get real-time exchange rates, validate addresses, manage accounts, and perform KYC procedures. Quickex API is a reliable white-label solution for integrating exchange operations into mobile applications, websites, or third-party services.
Overview
💡 What Quickex API can do: • Retrieve a list of supported currencies and trading pairs. • Create and track orders in real time. • Get up-to-date exchange rates and check arbitrage opportunities. • Manage users: registration, authentication, KYC, working with API keys. • Validate cryptocurrency addresses before sending funds.
The API is designed with security and scalability in mind: all requests and responses use JSON format, with standard HTTP codes and authentication mechanisms applied.
Versions Overview
Quickex API V1
The first version of the API, where some methods are available without authentication.
For secure operations, JWT token or browser session authorization is used.
Suitable for basic integrations, but has limitations in speed and usability.
Quickex API V2
An updated version of the API with improved speed and reliability.
Uses a key pair (publicKey and secretKey) and HMAC signatures.
Supports IP whitelist for additional protection.
Recommended for all new integrations.
Getting Started
- Review the API V1 and V2 documentation.
- Register at Quickex.io if you don’t already have an account.
- Generate a key pair: publicKey and secretKey.
- Store your secretKey in a safe place.
- Never publish it or share it with third parties.
- If you have any questions, contact: support@quickex.io.
Base URL
https://quickex.io/api/