Technical Analysis
Full MACD series
LEGACY — prefer /agentFriendly/ta/{slug}/macd (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}/macd
Path parameters
slugstring required
Asset slug (e.g. bitcoin)
Query parameters
startinteger
Start timestamp in ms
endinteger
End timestamp in ms
shortinteger
Short EMA period (default: 12)
longinteger
Long EMA period (default: 26)
signalinteger
Signal line EMA period (default: 9)
fetchInterval'm1' | 'm5' | 'm15' | 'm30' | 'h1' | 'h2' | 'h6' | 'h12' | 'd1'
Timeframe for price bars
includeOriginalstring
Include original price data
Response
Full MACD series
Changes
No recorded changes to this endpoint across all 1 revision of this API.