Executions
Get a list of executions
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"strategyId": "0xe63ba761797e289076f80a7c0916a31740684806aaf507da85f81ee785fec6ba",
"timestamp": 1684819496,
"transactionHash": "0xbb97a142aed61a7027b0a030f3c0ab7e1b39bb776201752829d96d562ed49782",
"transactionStatus": "confirmed",
"inputToken": "USDT",
"fee": "1",
"swaps": [
{
"inputAmount": "100",
"outputAmount": "5000",
"outputToken": "8PAY"
}
]
}
],
"limit": 100,
"offset": 0,
"total": 1
}Get executions of a strategy
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated