Get Coins Markets logo

Catalog action Blockchain Data

Get futures market performance metrics for cryptocurrencies including price, open interest, funding rates, and liquidations. Returns current price, OI, market cap ratio, price/OI/volume changes across timeframes (5m to 24h), long/short ratios, and liquidation data. Ideal for: market overview dashboards, futures market analysis, identifying high activity coins, momentum screening.

At a Glance

FieldValue
Action IDcoinglass-get-coins-markets
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, futures, market, open-interest, liquidation, read

Payload Schema

FieldTypeRequiredDescription
exchangeListstringNoComma-separated exchange names to filter data (e.g., 'binance,okx,bybit'). If not provided, returns aggregated data from all exchanges.
perPagenumberNoNumber of results per page (default: 10).
pagenumberNoPage number for pagination (default: 1).

Result Schema

FieldTypeRequiredDescription
coinsarrayYesArray of coin market data
pagenumberNoCurrent page number
perPagenumberNoResults per page

Examples

json
{ "type": "coinglass-get-coins-markets", "payload": { "exchangeList": "example-exchangeList", "perPage": 10, "page": 1 }, "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