Consume real-time Sui token price updates via Kafka topic
kafkajs
for Node.js).Field | Description |
---|---|
contract_address | On-chain address of the token contract. |
timestamp | Unix timestamp in seconds when the price was recorded. |
price | Adjusted price based on the on-chain data. |
decimals | Number of decimal places for the token. |
symbol | Token symbol (e.g., SUI ). |
name | Full name of the token. |