Skip to main content

dydx

This page presents the available tables for dydx.

Raw Tables

Cosmos blockchain block events data, providing insights into the distributed ledger activity across the ecosystem. This table captures key metrics and timestamps from various blockchains.

Column NameTypeDescription
block_heightINTEGERThe height of the block in the blockchain, representing the number of blocks mined.
block_timestampTIMESTAMPThe timestamp when the block was mined, measured in seconds since the Unix epoch.
event_indexINTEGERA unique index for each event within a block, used to track the sequence of events.
event_typeSTRINGThe type of event that occurred within the block, e.g., a transaction or a smart contract execution.
event_attributesJSONAdditional attributes associated with the event, providing more context about the event's specifics.
sourceSTRINGThe Cosmos blockchain or network that the event originated from.
ingestion_timestampTIMESTAMPThe timestamp when the block event data was ingested into the system, measured in seconds since the Unix epoch.
schema_versionINTEGERThe version number of the schema used to parse the block event data.

Parsed Tables

This table provides a daily snapshot of account balances in the Cosmos ecosystem. It contains the address, denomination, and amount of each account at a specific day.

Column NameTypeDescription
dayTIMESTAMPThe day of the balance snapshot in the format YYYY-MM-DD.
addressSTRINGThe address of the account in the Cosmos ecosystem.
denomSTRINGThe denomination of the cryptocurrency (e.g., uatom, uosmo, etc.)
amountFLOATThe balance of the account in the specified denomination.