onBarsUpdated
onBarsUpdated
Live-streamed bar chart data to track price changes over time.
Type: OnBarsUpdatedResponse
Arguments for onBarsUpdated
onBarsUpdated
Name | Description |
---|---|
pairId (String) | The ID of the pair (address :networkId ). |
quoteToken (QuoteToken) | The token of interest within the pair. Can be token0 or token1 . |
onDetailedStatsUpdated
onDetailedStatsUpdated
Live-streamed bucketed stats for a given token within a pair.
Type: DetailedStats
Arguments for onDetailedStatsUpdated
onDetailedStatsUpdated
Name | Description |
---|---|
pairId (String) | The ID of the pair (address :networkId ). |
tokenOfInterest (TokenOfInterest) | The token of interest within the pair. Can be token0 or token1 . |
onEventLabelCreated
onEventLabelCreated
Live-streamed event labels for a token.
Type: EventLabel
Arguments for onEventLabelCreated
onEventLabelCreated
Name | Description |
---|---|
id (String) | The ID of the pair (address :networkId ). |
onEventsCreated
onEventsCreated
Live-streamed transactions for a token.
Type: AddEventsOutput
Arguments for onEventsCreated
onEventsCreated
Name | Description |
---|---|
address (String) | The pair contract address. |
id (String) | The ID of the pair (address :networkId ). |
quoteToken (QuoteToken) | The token of interest within the pair. Can be token0 or token1 . |
onLatestPairUpdated
onLatestPairUpdated
Live-streamed updates for newly listed pairs.
Type: LatestPair
Arguments for onLatestPairUpdated
onLatestPairUpdated
onLatestTokens
onLatestTokens
Type: LatestToken
Arguments for onLatestTokens
onLatestTokens
onNftAssetsCreated
onNftAssetsCreated
Live-streamed transactions for an NFT asset.
Type: NftAsset
Arguments for onNftAssetsCreated
onNftAssetsCreated
onNftEventsCreated
onNftEventsCreated
Live-streamed transactions for an NFT collection.
Type: AddNftEventsOutput
Arguments for onNftEventsCreated
onNftEventsCreated
onNftPoolEventsCreated
onNftPoolEventsCreated
Live streamed nft pool events for a given pool address or collection address
Type: AddNftPoolEventsOutput
Arguments for onNftPoolEventsCreated
onNftPoolEventsCreated
onPairMetadataUpdated
onPairMetadataUpdated
Live-streamed stat updates for a given token within a pair.
Type: PairMetadata
Arguments for onPairMetadataUpdated
onPairMetadataUpdated
Name | Description |
---|---|
id (String) | The ID of the pair (address :networkId ). |
quoteToken (QuoteToken) | The token of interest within the pair. Can be token0 or token1 . |
onPricesUpdated
onPricesUpdated
Live-streamed price updates for multiple tokens.
Type: Price!
Arguments for onPricesUpdated
onPricesUpdated
Name | Description |
---|---|
input ([OnPricesUpdatedInput!]!) |
onPriceUpdated
onPriceUpdated
Live-streamed price updates for a token.
Type: Price
Arguments for onPriceUpdated
onPriceUpdated
onSimulateTokenContract
onSimulateTokenContract
Type: SimulateTokenContractResult!
Arguments for onSimulateTokenContract
onSimulateTokenContract
onTokenBarsUpdated
onTokenBarsUpdated
Live-streamed bar chart data to track price changes over time for a token.
Type: OnTokenBarsUpdatedResponse
Arguments for onTokenBarsUpdated
onTokenBarsUpdated
Name | Description |
---|---|
tokenId (String) | The ID of the pair (address :networkId ). |
onTokenEventsCreated
onTokenEventsCreated
Live streamed events for a given token across all it's pools
Type: AddTokenEventsOutput!
Arguments for onTokenEventsCreated
onTokenEventsCreated
Name | Description |
---|---|
input (OnTokenEventsCreatedInput!) |
onTokenLifecycleEventsCreated
onTokenLifecycleEventsCreated
Live-streamed token lifecycle events (mints and burns)
Type: AddTokenLifecycleEventsOutput!
Arguments for onTokenLifecycleEventsCreated
onTokenLifecycleEventsCreated
onUnconfirmedBarsUpdated
onUnconfirmedBarsUpdated
Unconfirmed live-streamed bar chart data to track price changes over time. (Solana only)
Type: OnUnconfirmedBarsUpdated
Arguments for onUnconfirmedBarsUpdated
onUnconfirmedBarsUpdated
Name | Description |
---|---|
pairId (String) | The ID of the pair (address :networkId ). |
quoteToken (QuoteToken) | The token of interest within the pair. Can be token0 or token1 . |
onUnconfirmedEventsCreated
onUnconfirmedEventsCreated
Live-streamed unconfirmed transactions for a token. (Solana only)
Type: AddUnconfirmedEventsOutput
Arguments for onUnconfirmedEventsCreated
onUnconfirmedEventsCreated
Name | Description |
---|---|
address (String) | The pair contract address. |
id (String) | The ID of the pair (address :networkId ). |
quoteToken (QuoteToken) | The token of interest within the pair. Can be token0 or token1 . |