cURL
curl --request GET \ --url https://api.tradearies.dev/v1/analytics/net-inflow \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <api-key>'
{ "nasdaqNetInflow": 123, "nyseNetInflow": 123, "nasdaqTradeCount": 123, "nyseTradeCount": 123, "timestamp": "<string>" }
Retrieve net inflow data for NASDAQ and NYSE
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Net inflow data retrieved successfully
NASDAQ net inflow value
NYSE net inflow value
Number of NASDAQ trades
Number of NYSE trades
Data timestamp
Was this page helpful?