Skip to main content
The cex.flows table contains all token flows to and from identified centralized exchange addresses across 21 EVM chains, classified as inflows or outflows with USD pricing.

Table Schema

ColumnTypeDescription
blockchainVARCHARBlockchain
block_monthDATEBlock month
block_timeTIMESTAMPBlock timestamp
block_numberBIGINTBlock number
cex_nameVARCHARCentralized exchange name
distinct_nameVARCHARDistinct name of the CEX address
token_addressVARBINARYToken contract address
token_symbolVARCHARToken symbol
token_standardVARCHARToken standard
flow_typeVARCHARFlow type (deposit or withdrawal)
amountDOUBLEToken amount
amount_rawUINT256Raw token amount
amount_usdDOUBLEUSD value
fromVARBINARYSender address
toVARBINARYRecipient address
tx_fromVARBINARYAddress that executed the transaction
tx_toVARBINARYAddress the transaction points to
tx_indexBIGINTTransaction index
tx_hashVARBINARYTransaction hash
evt_indexBIGINTEvent index
unique_keyVARCHARUnique transfer identifier

Table sample