AgentFriendly

Get Relative Strength Index for momentum analysis

Returns RSI oscillator data (0-100 scale) for identifying overbought/oversold conditions, sampled to ~200 data points showing momentum trends. Preferred RSI tool — the /ta/{slug}/rsi and /ta/{slug}/rsi/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}/rsi

Path parameters

slugstring required

Asset slug (e.g., bitcoin)

Query parameters

periodinteger

RSI period

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

Timeframe for price bars

Response

RSI data culled to 200 points

object required

Changes

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