v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBStrategies
Get strategy orders
get/v1/strategies/{address}/orders
Path parameters
addressstring required
Example:UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV
Query parameters
type'limit' | 'dca' | 'vca'
include_finishedboolean
By default, only active and pending cancellation orders are being returned
sizeinteger
before_idinteger
Return only those orders, which id is lower than the given one
Headers
x-verifystring required
TON proof for the given address
Response
Account's strategy orders
Example response
[
{
"wallet": "UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV",
"token_from": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
},
"token_to": {
"address": {
"blockchain": "ton",
"address": "native"
},
"metadata": {
"name": "ARBUZ",
"symbol": "ARBUZ"
}
}
}
]