Documentation Open Backtest
APIProjets

Lister les projets

GET
/projects

Autorisation

ApiKeyAuth
x-api-key<token>

Emplacement: header

Corps de la réponse

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 introuvable"  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Session introuvable"  }}