Get Symbols

Retrieve all the symbols of the alpha.

Response:

{
    "data": [
        "BNBUSDT",
        "BTCUSDT",
        "ETHUSDT",
        "UMAUSDT"
    ]
}

Get Alpha

Retrieve the alpha.

Response:

{
  "data": {
    "alpha": [
      -0.23326122579831468,
      -0.23421629704642563,
      -0.19463530629670098,
     ...
    ],
    "timestamp": [
      1735803900.0,
      1735804800.0,
      1735805700.0,
      ...
    ]
  }
}