You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bitquery provides **Crypto Price APIs and Streams** via GraphQL and [Kafka](https://github.com/bitquery/streaming_protobuf/blob/feature/trading/market/price_index.proto). This **cryptocurrency price api** delivers comprehensive pricing data across multiple blockchains.
@@ -58,8 +53,6 @@ While you can access the aggregated price for a single trading pair, the Price I
@@ -71,7 +64,7 @@ While you can access the aggregated price for a single trading pair, the Price I
71
64
72
65
> Note: A `Volume: {Usd: {gt: 5}}` filter is applied to remove extreme outliers; the price stream already pre-filters outliers—this is an additional check.
@@ -399,7 +384,7 @@ We will breakdown in detail how base token and Quote are chosen in the next sect
399
384
400
385
> Note: We include `Volume: {Usd: {gt: 5}}` to further remove extreme outliers; the stream already pre-filters outliers—this is an additional check.
401
386
402
-
```
387
+
```graphql
403
388
subscription {
404
389
Trading {
405
390
Pairs(
@@ -469,7 +454,7 @@ Unlike DEXtrades APIs, the intervals here are fixed and cannot be arbitrary.
469
454
470
455
The following durations (in seconds) are supported for querying or streaming historical and real-time data, unlike DEX APIs, these intervals are fixed, other values are not supported.
0 commit comments