Strategies
Get a list of strategies
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"data": [
{
"id": "0x57b2059e526841b3dfd964144513359c9fcfd6d91040b6c47f589c1e032b6bf7",
"name": "My investment plan",
"admin": "0xe42fD8a58A82fDF624A8a94dA03a0e44F9934Dff",
"status": "ACTIVE",
"start": 1685285340,
"frequency": 2592000,
"nextExecution": 1685285340,
"inputAmount": "100",
"inputToken": "USDT",
"createdAt": 1684766721,
"transactionHash": "0x54587230024701c54878c32ca0951c070666f2afccec09ddc1d6921d584cca3c",
"transactionStatus": "confirmed",
"outputTokens": [
{
"token": "8PAY",
"percentage": 100
}
]
}
],
"limit": 100,
"offset": 0,
"total": 1
}Get a strategy
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated