Get Spot Pairs Markets
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.
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
| Field | Value |
|---|---|
| Action ID | coinglass-spot-get-pairs-markets |
| Category | Blockchain Data |
| Connector | Not required |
| Requires gas | No |
| Funds movement | None declared |
| Tags | coinglass, spot, pairs, market, volume, exchange, read |
Payload Schema
| Field | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Coin symbol to get trading pairs for (e.g., 'BTC', 'ETH'). |
Result Schema
| Field | Type | Required | Description |
|---|---|---|---|
pairs | array | Yes | Array of spot trading pair market data |
Examples
json{ "type": "coinglass-spot-get-pairs-markets", "payload": { "symbol": "ETH" }, "children": []}
bashcurl -X POST "https://api.b3os.org/v1/actions/coinglass-spot-get-pairs-markets/test" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "inputs": { "symbol": "ETH" }}'
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.
