GEX
Public feedInitializing terminal
Volume-synchronized informed trading probability
Returns the Volume-Synchronized Probability of Informed Trading (VPIN) metric for the specified symbol. VPIN measures order flow toxicity by comparing buy-initiated and sell-initiated volume. Elevated VPIN readings indicate that informed traders are active, often preceding sharp moves or liquidity deterioration.
| Name | Type | Required | Description |
|---|---|---|---|
| symbol | string | Required | Underlying symbol. One of: SPX, SPY, QQQ, IWM, NDX, RUT. |
The response data object contains:
curl -X GET "https://api.gexengine.com/v1/vpin/SPX" \ -H "X-API-Key: YOUR_API_KEY"