Skip to main content
GET
/
api
/
market-flow
/
indicators
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/market-flow/indicators \
  --header 'Authorization: Bearer <token>'
{
  "rows": [
    {
      "exchange": "<string>",
      "indicators": {},
      "symbol": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Market flow indicators

Market-flow indicators payload.

rows
object[]
required