Use to study how a tokenized US stock trades away from other venues over time
Use to study how a tokenized US stock trades away from other venues over time. Returns the premium history of one symbol between Robinhood Chain/EVM pools and Solana xStocks pools (hours=1-720, interval 15m or 1h) with average, median, min and max and statistics per US market session (overnight, weekend, pre-market, regular).
Answeringour last check, 2026-09-25
1 of 1checks answered this week
1095 msmedian answer time
$0.01listed price per call
$0.01price 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://api.marketintelligenceapi.com/api/v1/intelligence/premium/NVDA
| Category | Market data |
|---|---|
| Provider host | api.marketintelligenceapi.com |
| Networks | eip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| 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-25 | valid payment request | 402 | $0.01 | 1095 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"symbol": "NVDA"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"additionalProperties": false,
"properties": {
"symbol": {
"description": "Crypto or US equity symbol",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"additionalProperties": true,
"properties": {
"example": {
"description": "Example JSON response returned by this endpoint"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}