Bot Quickstart Guide for AndX Global Exchange
A setup guide for developers running automated trading bots against the ANDX Global exchange. All technical details, including request formats, signing, and headers, live in the API reference at docs.andxus.io— This page outlines the sections to read and the sequence to follow.
STEP 1: SIGN UP & COMPLETE KYC
To set up your bot, first create an AndX Global account using the link https://exchange.andxus.io/login
After logging in, complete the KYC verification process as shown in the image below:
1.
Click the Settings icon in the top-right corner.
2.
Click on Verification tab
3.
Click Continue and follow on-screen instructions to complete KYC verification.

STEP 2: COLLECT AUTHENTICATION CREDENTIALS
Collect your API key, secret, and passphrase before placing a trade after logging in to your account.
1.
Click the Settings icon in the top-right corner.
2.
Select the API Keys tab.
3.
Click Create API key.

4.
Enter a name for the API key so you can easily recognize it later. Then, select the permissions your bot needs and click Submit.


5.
AndX will display your API Key ID and Secret. Copy both immediately and store them securely.

STEP 3: PLACE THE TRADE
Use your API key and secret for authentication.
For the full request format and required fields, refer to https://docs.andxus.io/#3ffe79be-c5c2-4b31-bb97-c4c9b8a37e1d
AndX Global also supports derivatives trading. For the full request format and required fields, refer to the- https://docs.andxus.io/#22a7f632-1cd1-4d70-979f-63d5d877b9c5
STEP 4: CHECK THE PLACED TRADE'S STATUS
Use your API key and secret for authentication.
After placing a trade, poll the Open and Closed orders endpoints to check the status of your trade.
Full request details for market orders: https://docs.andxus.io/#9472fd6a-271a-4318-9ff4-d74dfe68c2b6
Full request details for derivatives orders: https://docs.andxus.io/#9f3e5717-1633-4530-a823-30e827b63865
To access other endpoints, refer to: docs.andxus.io
Please refer to our GitHub repository below to access the sample trading bots for the AndX Global Exchange: https://github.com/ANDx-cryptotrade/trading-bot-sample/tree/main/andx-global
You can clone the repository and use the provided examples to test your AndX API credentials and explore different trading workflows.
The repository includes:
Market Order Example – Test your API key and secret by placing a market order.
Derivatives Order Example – Test your API key and secret by placing a derivatives order.
Sample Trading Strategy Bot – Run and review a sample trading strategy, then modify it based on your own trading strategy and requirements.
†Disclosures: $0 commission refers to AndX execution fees. All trades are subject to a market spread. Additional third-party costs, such as blockchain network (gas) fees and intermediary bank fees for deposits or withdrawals, may apply. AI-driven risk features are currently in phased rollout and may be subject to beta testing terms.

