Technical Analysis
Full SMA series
LEGACY — prefer /agentFriendly/ta/{slug}/sma (agent-optimized output) or /ta/{slug}/allLatest for all indicators at once. Use this legacy endpoint only when you need a custom start/end range or non-default periods — the agentFriendly variant computes a fixed recent window.
get/ta/{slug}/sma
Path parameters
slugstring required
Asset slug (e.g. bitcoin)
Query parameters
startinteger
Start timestamp in ms
endinteger
End timestamp in ms
windowinteger
SMA window in bars of fetchInterval (default: 5)
fetchInterval'm1' | 'm5' | 'm15' | 'm30' | 'h1' | 'h2' | 'h6' | 'h12' | 'd1'
Timeframe for price bars
includeOriginalstring
Include original price data
Response
Full SMA series
Changes
No recorded changes to this endpoint across all 1 revision of this API.