Request
{
"email": "",
"password": "",
}
Request
{
"email": "",
"password": "",
}
Response
[
{
"id": "",
"userId": "",
"createdAt": "0001-01-01T00:00:00Z",
"updatedAt": "0001-01-01T00:00:00Z",
"title": ""
}
]
Response
{
"id": "",
"userId": "",
"createdAt": "0001-01-01T00:00:00Z",
"updatedAt": "0001-01-01T00:00:00Z",
"title": ""
}
Request
{
"title": ""
}
Response
{
"id": "",
"scriptId": "",
"createdAt": "0001-01-01T00:00:00Z",
"body": ""
}
Request
{
"body": ""
}
Response
{
"start": 0, // unix timestamp of the first trade for symbol
"end": 0, // last timestamp
"candles": [[0.0, 0.0, 0.0, 0.0, 0.0]]
}
Response
{
"id": "",
"exchangeId": "",
"isRunning": false,
"userId": "",
"body": "",
"createdAt": "0001-01-01T00:00:00Z",
"lastAliveAt": "0001-01-01T00:00:00Z",
"stoppedAt": null,
"type": "",
"exchange": "",
"symbolA": "",
"symbolB": "",
"stateJSON": ""
}
Request
{
"body": "",
"exchange": "",
"exchangeId": "",
"symbolA": "",
"symbolB": "",
"type": "cycle", // or cycledryrun
"balance": {"BTC": 0, "USD": 1000,
"state": null,
"userID": "",
}
Response
[
{
"createdAt": "0001-01-01T00:00:00Z",
"body": ""
}
]
Response
[
{
"id": "",
"userID": "",
"exchange": "",
"createdAt": "0001-01-01T00:00:00Z"
}
]
Request
[
{
"Exchange": "",
"ApiKey": "",
"ApiSecret": ""
}
]
Response
{
"id": "",
"userID": "",
"exchange": "",
"createdAt": "0001-01-01T00:00:00Z"
}