Skip to main content
GET
/
v1
/
analytics
/
net-inflow
Get Net Inflow
curl --request GET \
  --url https://api.aries.com/v1/analytics/net-inflow \
  --header 'Authorization: Bearer <token>'
{
  "nasdaqNetInflow": 123,
  "nasdaqTradeCount": 123,
  "nyseNetInflow": 123,
  "nyseTradeCount": 123,
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Net inflow data retrieved successfully

nasdaqNetInflow
number

NASDAQ net inflow value

nasdaqTradeCount
integer<uint64>

Number of NASDAQ trades

nyseNetInflow
number

NYSE net inflow value

nyseTradeCount
integer<uint64>

Number of NYSE trades

timestamp
string

Data timestamp