AgentFriendly

Get Exponential Moving Average for trend analysis

Returns EMA indicator data optimized for AI trading signals, more responsive than SMA and sampled to 200 points for efficient trend detection. Preferred EMA tool — the /ta/{slug}/ema and /ta/{slug}/ema/latest variants are legacy; use this, or /ta/{slug}/allLatest for all indicators in one call. Subject to the shared TA rate pool; for many assets prefer /agentFriendly/full_assets_by_slug with includeTaData=true.

get/agentFriendly/ta/{slug}/ema

Path parameters

slugstring required

Asset slug (e.g., bitcoin)

Query parameters

periodinteger

EMA period

fetchInterval'm1' | 'm5' | 'm15' | 'm30' | 'h1' | 'h2' | 'h6' | 'h12' | 'd1'

Timeframe for price bars

Response

EMA data culled to 200 points

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.