Get Futures Basis logo

Catalog action Blockchain Data

Retrieves historical futures basis data showing the spot-futures price differential. Positive basis indicates futures trading at premium, negative indicates discount. Ideal for: cash-and-carry arbitrage, market sentiment analysis, identifying funding opportunities.

At a Glance

FieldValue
Action IDcoinglass-indicator-get-futures-basis
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, indicator, futures, basis, arbitrage, read

Payload Schema

FieldTypeRequiredDescription
exchangestringYesFutures exchange name (e.g., Binance, OKX, Bybit).
symbolstringYesTrading pair symbol (e.g., BTCUSDT, ETHUSDT).
intervalstringYesTime interval for data aggregation.
limitnumberNoMaximum number of results (default: 1000).
startTimenumberNoStart timestamp in milliseconds.
endTimenumberNoEnd timestamp in milliseconds.

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name.
symbolstringYesTrading pair symbol.
intervalstringYesTime interval.
dataPointsarrayYesArray of futures basis data points.

Examples

json
{ "type": "coinglass-indicator-get-futures-basis", "payload": { "exchange": "example-exchange", "symbol": "ETH", "interval": "1m" }, "children": []}

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.

Ask a question... ⌘I