v3
latestOpenAPI 3.0.32026-07-21128192192.7 KBStrategies
Get strategy order
get/v1/strategies/{address}/order
Path parameters
addressstring required
Example:UQCNTO0Nh0Z7QNyRW1BLWfk08f2dAOw4izrx9sO6OUPg4DoV
Query parameters
idinteger required
Headers
x-verifystring required
TON proof for the given address
Response
Account's strategy order
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"
}
}
}