Open Backtest Docs
APIProjects

List projects

GET
/projects

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/projects"
{  "projects": [    {      "id": "string",      "name": "string",      "symbol": "string",      "timeframe": "string",      "createdAt": 0,      "updatedAt": 0    }  ]}
{  "error": {    "code": "NOT_FOUND",    "message": "Session not found"  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Session not found"  }}