The function of the Indodax Sell Scheduler service which is currently used is to sell crypto assets on Indodax periodically (currently the setting is 12am o'clock) according to the configuration set.
Action Indodax Sell Scheduler
Action method in Indodax Sell Scheduler :
- Get Config
- Set Config
Get Config
Example Request
{
"Subject": "ewallet",
"SubjectType": "indodax",
"SubjectIdentifier": "sellscheduler",
"Action": "getconfig",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"Data": null
}
Set Config
Example Request
{
"Subject": "ewallet",
"SubjectType": "indodax",
"SubjectIdentifier": "sellscheduler",
"Action": "setconfig",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"Data": {
"status": 1,
"assets": [
{
"method":"trade",
"type":"sell",
"pair":"sol_idr",
"currencycode":"sol",
"ordertype":"market",
"percentage":"100",
"assetstatus":"1"
}
]
}
}