Strategy API
Quickstart example: Launch SMO (Smart Order) strategy
Exchange account
GET /as/v3/accounts200 OK
[
{
"id": "99998",
"createdAt": "2024-08-19T16:32:03.900Z",
"userId": "42",
"name": "Bybit",
"exchangeCode": "BYB",
"exchange": "BYB",
"description": "Bybit",
"apiKey": "nt2jRz4sDBXINYNsAb8H",
"validatedAt": "2025-01-17T07:26:16.466Z",
"spot": {
"isActive": true
},
"futures": {
"isActive": true,
"settings": {}
},
"isMain": true,
"eventTime": "2025-09-22T12:54:25.732Z",
"accountType": "SUB_ACCOUNT",
"whitelistedIps": [
""
],
"permissions": [
...
]
},
{
"id": "99999",
"createdAt": "2024-10-30T10:09:16.536Z",
"userId": "42",
"name": "Binance",
"exchangeCode": "BIN",
"exchange": "BIN",
"description": "Binance",
"apiKey": "rFTZsjDdrt07NFsHQLCx",
"validatedAt": "2025-01-17T07:26:21.984Z",
"spot": {
"isActive": true
},
"futures": {
"isActive": true,
"settings": {}
},
"isMain": true,
"eventTime": "2025-09-22T12:54:25.732Z",
"accountType": "SUB_ACCOUNT",
"whitelistedIps": [
""
],
"permissions": [
...
]
}
]Products metadata
Create strategy
Full API specification
Last updated
Was this helpful?