BlockchainTokenData["name"]
gives information about the use of tokens with the specified name on a blockchain.
BlockchainTokenData["sym"]
gives information about tokens with symbol sym.
BlockchainTokenData["address"]
gives information about tokens associated with the specified address.
BlockchainTokenData[assoc]
gives information about tokens with properties matching the specification in assoc.
BlockchainTokenData[tokenspec,prop]
gives the specified property of token usage.
BlockchainTokenData
Versions for specific blockchains »BlockchainTokenData["name"]
gives information about the use of tokens with the specified name on a blockchain.
BlockchainTokenData["sym"]
gives information about tokens with symbol sym.
BlockchainTokenData["address"]
gives information about tokens associated with the specified address.
BlockchainTokenData[assoc]
gives information about tokens with properties matching the specification in assoc.
BlockchainTokenData[tokenspec,prop]
gives the specified property of token usage.
Details and Options
- BlockchainTokenData gives a list of associations, with each association giving the results for a single token.
- Possible options for BlockchainTokenData include:
-
BlockchainBase $BlockchainBase the blockchain and network to use MaxItems 20 the maximum number of individual results to return
Examples
open all close allBasic Examples (4)
Check specific token information by name:
BlockchainTokenData["Tronix", BlockchainBase -> {"Ethereum", "Mainnet"}]//DatasetCheck specific token information by symbol:
BlockchainTokenData["CK", BlockchainBase -> {"Ethereum", "Mainnet"}]//DatasetCheck specific token information by token address:
BlockchainTokenData["06012c8cf97bead5deae237070f9587f8e7a266d", BlockchainBase -> {"Ethereum", "Mainnet"}]//DatasetBlockchainTokenData["ERC20", BlockchainBase -> {"Ethereum", "Mainnet"}]//DatasetScope (2)
Specific Properties (2)
Single property (1)
Options (4)
BlockchainBase (3)
Check specific bloxberg token information by name:
BlockchainTokenData["Ethernity Token", BlockchainBase -> "bloxberg"]//DatasetCheck specific Tezos token information by name:
BlockchainTokenData["Quipuswap Governance Token", BlockchainBase -> "Tezos"]//DatasetCheck specific Cardano token information by fingerprint:
BlockchainTokenData["asset1uhgu8m63ktdjnfh5thg8uk9mgfxacra0k8h9c4", BlockchainBase -> "Cardano"]//DatasetApplications (1)
Import[ExternalStorageDownload[StringDrop[Values[Last[Values[BlockchainTransactionData[BlockchainTokenData["asset1uhgu8m63ktdjnfh5thg8uk9mgfxacra0k8h9c4", "TokenMints", BlockchainBase -> "Cardano"][[1, 1]]["TransactionID"], "Metadata", BlockchainBase -> "Cardano"]["721"]]]][[1]]["image"], 7], ExternalStorageBase -> "IPFS"]]Properties & Relations (1)
Querying by the name, the symbol or the address of a token gives the same data:
Name = "Tronix"Sym = First@BlockchainTokenData[Name, "Symbol", BlockchainBase -> {"Ethereum", "Mainnet"}]Address = First@BlockchainTokenData[Name, "TokenAddress", BlockchainBase -> {"Ethereum", "Mainnet"}]BlockchainTokenData[Name, BlockchainBase -> {"Ethereum", "Mainnet"}] === BlockchainTokenData[Sym, BlockchainBase -> {"Ethereum", "Mainnet"}] === BlockchainTokenData[Address, BlockchainBase -> {"Ethereum", "Mainnet"}]Name = "Quipuswap Governance Token"Sym = First@BlockchainTokenData[Name, "Symbol", BlockchainBase -> {"Tezos", "Mainnet"}]Address = First@BlockchainTokenData[Name, "TokenAddress", BlockchainBase -> {"Tezos", "Mainnet"}]BlockchainTokenData[Name, BlockchainBase -> {"Tezos", "Mainnet"}] === BlockchainTokenData[Sym, BlockchainBase -> {"Tezos", "Mainnet"}] === BlockchainTokenData[Address, BlockchainBase -> {"Tezos", "Mainnet"}]Related Guides
History
Text
Wolfram Research (2019), BlockchainTokenData, Wolfram Language function, https://reference.wolfram.com/language/ref/BlockchainTokenData.html.
CMS
Wolfram Language. 2019. "BlockchainTokenData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/BlockchainTokenData.html.
APA
Wolfram Language. (2019). BlockchainTokenData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BlockchainTokenData.html
BibTeX
@misc{reference.wolfram_2026_blockchaintokendata, author="Wolfram Research", title="{BlockchainTokenData}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/BlockchainTokenData.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_blockchaintokendata, organization={Wolfram Research}, title={BlockchainTokenData}, year={2019}, url={https://reference.wolfram.com/language/ref/BlockchainTokenData.html}, note=[Accessed: 12-June-2026]}