Developer API

API Documentation

Build your own trading bot that fails just as efficiently as a human.

Authentication

We use a very secure method called "Passing the token in the URL so everyone can see it". You can obtain your API key by begging support.

GET /api/v1/me
curl https://api.tradecopier.com/v1/me \
  -H "Authorization: Bearer please_dont_hack_me"

Place Trade

Send a request to open a trade. We will process it whenever we feel like it.

Request Body

{
  "symbol": "XAUUSD",
  "type": "YOLO_LONG",
  "lot_size": 50.0,
  "stop_loss": null,
  "take_profit": "MOON"
}

Response (Error 500)

{
  "error": "Insufficient Funds",
  "message": "Nice try, broke boy.",
  "suggestion": "Deposit more money."
}

Rate Limits

You are limited to 1 request per second. If you exceed this, we will silently drop your trades and blame your ISP.