Get Moving Average (MA) Indicator logo

Catalog action Blockchain Data

Get Moving Average indicator data for a specific exchange and trading pair. Returns time-series MA values for trend analysis. Ideal for: trend identification, support/resistance levels, crossover signal detection.

At a Glance

FieldValue
Action IDcoinglass-indicator-get-ma
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagscoinglass, indicator, technical-analysis, futures, read

Payload Schema

FieldTypeRequiredDescription
exchangestringYesFutures exchange name (e.g., 'Binance', 'OKX', 'Bybit'). Use the supported-exchange-pair API to get valid exchanges.
symbolstringYesTrading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT'). Check supported pairs via the supported-exchange-pair API.
intervalstringYesTime interval for data points (e.g., '1h', '4h', '12h', '1d').
startTimenumberNoStart timestamp in milliseconds (e.g., 1641522717000).
endTimenumberNoEnd timestamp in milliseconds (e.g., 1641522717000).

Result Schema

FieldTypeRequiredDescription
exchangestringYesExchange name.
symbolstringYesTrading pair symbol.
intervalstringYesTime interval used.
dataPointsarrayYesArray of Moving Average data points

Examples

json
{ "type": "coinglass-indicator-get-ma", "payload": { "exchange": "example-exchange", "symbol": "ETH", "interval": "example-interval" }, "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