Atomic technical indicators (RSI, EMA20/50/200, MACD, ATR, Bollinger, volume) fo
Atomic technical indicators (RSI, EMA20/50/200, MACD, ATR, Bollinger, volume) for any Kraken */USD pair and timeframe. Cheap high-frequency poll endpoint for AI trading agents (USDC on Base). Free preview: GET /signals/preview
Answeringour last check, 2026-09-24
1 of 1checks answered this week
637 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://signals.nsgoods.org/indicators
| Category | Everything else |
|---|---|
| Provider host | signals.nsgoods.org |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.005 | 637 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"name": "rsi14",
"pair": "BTC/USD",
"tf": "1h"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"name": {
"description": "Optional: return only one indicator (e.g. rsi14, ema50, macd_hist).",
"type": "string"
},
"pair": {
"default": "BTC/USD",
"description": "Kraken */USD pair, e.g. BTC/USD, ETH/USD.",
"type": "string"
},
"tf": {
"default": "1h",
"description": "Timeframe of the candle series feeding the indicators.",
"enum": [
"1m",
"5m",
"15m",
"30m",
"1h",
"4h",
"1d"
],
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"candle_ts": {
"type": "string"
},
"generated_at": {
"format": "date-time",
"type": "string"
},
"indicators": {
"type": "object"
},
"pair": {
"type": "string"
},
"timeframe": {
"type": "string"
}
},
"required": [
"pair",
"timeframe",
"indicators",
"generated_at"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}