Get CEX Addresses logo

Catalog action Blockchain Data

Retrieve centralized exchange (CEX) wallet addresses from Dune Analytics. Supports filtering by address, exchange name, and blockchain. Results are cached for fast lookups. Ideal for: CEX flow analysis, exchange wallet identification, on-chain attribution, compliance monitoring.

At a Glance

FieldValue
Action IDdune-get-cex-addresses
CategoryBlockchain Data
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsdune, cex, exchange, address, blockchain, data, read

Payload Schema

FieldTypeRequiredDescription
addressstringNoFilter by specific wallet address (case-insensitive exact match)
cexNamestringNoFilter by exchange name, case-insensitive partial match (e.g., "Binance", "Coinbase")
blockchainstringNoFilter by blockchain, case-insensitive exact match (e.g., "ethereum", "bitcoin")
limitnumberNoMaximum results per page (default: 100, max: 1000)
offsetnumberNoNumeric offset for pagination (default: 0)

Result Schema

FieldTypeRequiredDescription
addressesarrayYesArray of matched CEX address objects
totalCountnumberYesTotal number of matches before pagination
countnumberYesNumber of results returned in this response
cachedbooleanYesWhether the result was served from cache
cacheAgenumberYesCache age in seconds (0 if freshly fetched)

Examples

json
{ "type": "dune-get-cex-addresses", "payload": { "address": "0x0000000000000000000000000000000000000000", "cexName": "example-cexName", "blockchain": "example-blockchain", "limit": 100, "offset": 0 }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I