24/7 crypto day-state board — 81 Robinhood-tradable coins (BTC, ETH, SOL, XRP, D
24/7 crypto day-state board — 81 Robinhood-tradable coins (BTC, ETH, SOL, XRP, DOGE…). Per coin: price, 24h/7d change, trend vs 20/50/200-day, ATR%, RS vs BTC, tape lights, volume z, room to the 20d high, UP/CHOP/DOWN state, ranks — PLUS day-trade grades: GO, FUEL and EFF vs the BTC anchor, SETUP shape and ROOM in bars. Publishes every ~5 minutes around the clock when the market moved. A state map, not a ranking. Research, not advice.
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://coil.trade/api/crypto/day
| Category | Market data |
|---|---|
| Provider host | coil.trade |
| Networks | algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k, algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 11 from 4 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {},
"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"
],
"type": "string"
},
"queryParams": {
"properties": {},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}