Get Pairs Markets logo

Catalog action Blockchain Data

Get futures market data for trading pairs of a specific coin across all exchanges. Returns current/index price, 24h volume (long/short breakdown), open interest, liquidations, funding rate, and next funding time per exchange. Ideal for: exchange comparison, funding rate arbitrage, cross-exchange analysis, liquidity assessment.

At a Glance

FieldValue
Action IDcoinglass-get-pairs-markets
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, futures, trading-pairs, exchanges, volume, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol to get trading pairs for (e.g., 'BTC', 'ETH'). Use the supported-coins API to get valid symbols.

Result Schema

FieldTypeRequiredDescription
pairsarrayYesArray of trading pair market data
symbolstringNoQueried coin symbol

Examples

json
{ "type": "coinglass-get-pairs-markets", "payload": { "symbol": "ETH" }, "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