x402.openwebninja.com/realtime-finance-data/market-trends
Answeringour last check, 2026-09-24
1 of 1checks answered this week
649 msmedian answer time
$0.003listed price per call
$0.003price 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://x402.openwebninja.com/realtime-finance-data/market-trends
| Category | Market data |
|---|---|
| Provider host | x402.openwebninja.com |
| Networks | eip155:137, eip155:42161, 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.003 | 649 ms |
Example input (from the provider)
{
"method": "GET",
"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": {
"country": {
"default": "us",
"type": "string"
},
"language": {
"default": "en",
"type": "string"
},
"trend_type": {
"enum": [
"MARKET_INDEXES",
"MOST_ACTIVE",
"GAINERS",
"LOSERS",
"CRYPTO",
"CURRENCIES",
"CLIMATE_LEADERS"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"properties": {
"news": {
"items": {
"properties": {
"article_photo_url": {
"type": "string"
},
"article_title": {
"type": "string"
},
"article_url": {
"type": "string"
},
"post_time_utc": {
"type": "string"
},
"source": {
"type": "string"
},
"stocks_in_news": {
"items": {
"properties": {
"change": {
"type": "number"
},
"change_percent": {
"type": "number"
},
"exchange_close": {
"type": "string"
},
"exchange_open": {
"type": "string"
},
"google_mid": {
"type": "string"
},
"last_update_utc": {
"type": "string"
},
"name": {
"type": "string"
},
"previous_close": {
"type": "number"
},
"price": {
"type": "number"
},
"symbol": {
"type": "string"
},
"timezone": {
"type": "string"
},
"type": {
"type": "string"
},
"utc_offset_sec": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": "array"
},
"trends": {
"items": {
"properties": {
"change": {
"type": "number"
},
"change_percent": {
"type": "number"
},
"exchange_close": {
"type": "string"
},
"exchange_open": {
"type": "string"
},
"google_mid": {
"type": "string"
},
"last_update_utc": {
"type": "string"
},
"name": {
"type": "string"
},
"previous_close": {
"type": "number"
},
"price": {
"type": "number"
},
"symbol": {
"type": "string"
},
"timezone": {
"type": "string"
},
"type": {
"type": "string"
},
"utc_offset_sec": {
"type": "integer"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"request_id": {
"type": "string"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}