Get Net Position V2
Get enhanced historical net position data with exchange breakdown and open interest changes. Includes detailed metrics per exchange: net long/short changes, OI values and changes. More granular than v1. Ideal for: exchange-level analysis, OI correlation, cross-exchange arbitrage signals, detailed position tracking.
Catalog action Blockchain Data
Get enhanced historical net position data with exchange breakdown and open interest changes. Includes detailed metrics per exchange: net long/short changes, OI values and changes. More granular than v1. Ideal for: exchange-level analysis, OI correlation, cross-exchange arbitrage signals, detailed position tracking.
At a Glance
| Field | Value |
|---|---|
| Action ID | coinglass-get-net-position-v2 |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, futures, net-position, open-interest, exchange, detailed, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
exchange | string | Yes | Exchange name (e.g., 'Binance', 'OKX') |
symbol | string | Yes | Trading pair symbol (e.g., 'BTCUSDT') |
interval | string | Yes | Time interval for data aggregation |
limit | number | No | Maximum number of results (default: 1000, max: 4500) |
startTime | number | No | Start timestamp in seconds (Unix timestamp) |
endTime | number | No | End timestamp in seconds (Unix timestamp) |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol |
interval | string | Yes | Time interval |
dataPoints | array | Yes | Array of net position v2 data points with exchange breakdown |
Examples
json{ "type": "coinglass-get-net-position-v2", "payload": { "exchange": "example-exchange", "symbol": "ETH", "interval": "1h" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-get-net-position-v2/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "exchange": "example-exchange", "symbol": "ETH", "interval": "1h" }}'
Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.
