Token Event Labels

Live-streamed event labels for a token.

ℹ️

This endpoint is available on Defined Growth and Enterprise Plans

Endpoint: onEventLabelCreated

Method: POST

Arguments

NameTypeDescription
idString

The ID of the pair (address:networkId).

Response

NameTypeDescription
dataEventLabelData!Specific data for the event label type.
idString!The ID of the pair (address:networkId).
labelEventLabelType!The event label type.
logIndexInt!The index of the log in the block.
networkIdInt!The network ID the pair is deployed on.
timestampInt!The unix timestamp for the transaction.
transactionHashString!The unique hash for the transaction.
transactionIndexInt!The index of the transaction within the block.

Example

Query

subscription EventLabelCreated($id: String) {
  onEventLabelCreated(id: $id) {
  }
}

Response

πŸ‘‹

Join our Discord

Ask questions, share what you're working on and request new features πŸ‘¬πŸ‘­