Settings.
API Integration.
Generate Code for api access
To use the api, you need to send a post request to
https://vih5l6unt9.execute-api.eu-central-1.amazonaws.com/public/api
with the following parameters
coin - required binance coin
position - required //short or long
period - hour integer
leverage - integer
buyPrice - required float
stopLossPrice - required float
target1 - required float
target2 - optional float
target3 - optional float
apiCode - required
Example:
"coin": "BTCUSDT", "position": "short", "period": 4, "leverage": 10, "buyPrice": 60000, "stopLossPrice": 60500, "target1": 59500, "target2": 59000, "target3": 58500, "apiCode": "your generated code"