Get Spot Pairs Markets logo

Catalog action Blockchain Data

Get spot market data for trading pairs of a specific coin across exchanges. Returns pair details including price, 24h volume, and buy/sell breakdown per exchange. Ideal for: cross-exchange comparison, arbitrage detection, exchange volume analysis, pair selection.

At a Glance

FieldValue
Action IDcoinglass-spot-get-pairs-markets
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, spot, pairs, market, volume, exchange, read

Payload Schema

FieldTypeRequiredDescription
symbolstringYesCoin symbol to get trading pairs for (e.g., 'BTC', 'ETH').

Result Schema

FieldTypeRequiredDescription
pairsarrayYesArray of spot trading pair market data

Examples

json
{ "type": "coinglass-spot-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