x402.openwebninja.com/realtime-finance-data/stock-quote
Answeringour last check, 2026-09-24
1 of 1checks answered this week
618 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/stock-quote
| Category | Market data |
|---|---|
| Provider host | x402.openwebninja.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 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 | 618 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": {
"language": {
"default": "en",
"description": "The language to use for the results, specified as a 2-letter language code - see ISO 639-1.",
"type": "string"
},
"symbol": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"properties": {
"change": {
"description": "Price change from previous close",
"type": "number"
},
"change_percent": {
"description": "Percentage price change from previous close",
"type": "number"
},
"high": {
"description": "Highest price during the current trading day",
"type": "number"
},
"last_update_utc": {
"description": "Timestamp of last price update in UTC",
"type": "string"
},
"low": {
"description": "Lowest price during the current trading day",
"type": "number"
},
"name": {
"description": "Company name",
"type": "string"
},
"open": {
"description": "Opening price for the current trading day",
"type": "number"
},
"pre_or_post_market": {
"description": "Current pre-market or post-market price",
"type": "number"
},
"pre_or_post_market_change": {
"description": "Price change in pre/post market trading",
"type": "number"
},
"pre_or_post_market_change_percent": {
"description": "Percentage price change in pre/post market trading",
"type": "number"
},
"previous_close": {
"description": "Closing price from previous trading day",
"type": "number"
},
"price": {
"description": "Current trading price",
"type": "number"
},
"symbol": {
"description": "Stock ticker symbol",
"type": "string"
},
"type": {
"description": "Type of financial instrument",
"type": "string"
},
"volume": {
"description": "Trading volume for the current day",
"type": "integer"
}
},
"type": "object"
},
"request_id": {
"description": "Unique identifier for the request",
"type": "string"
},
"status": {
"description": "Status of the API response",
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}