> ## Documentation Index
> Fetch the complete documentation index at: https://docs.amberdata.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tokens

# Definition

Blockchain tokens are digital assets that are created and managed on a blockchain like Ethereum. They can be thought of as units of value that are stored and transferred on a particular blockchain. Tokens can be used for a variety of purposes, such as representing assets or rights (like NFTs), enabling access to a network or service, or functioning as a medium of exchange.

Tokens are created and managed through the use of smart contracts on the blockchain, which are self-executing contracts with the terms of the agreement between buyer and seller being directly written into the code itself. The tokens can be stored in a digital wallet, and their transfer and ownership can be tracked on the blockchain ledger.

***

# Details

Amberdata provides a wide array of token data, including:

* **Token Information**: Comprehensive token information for various tokens, including token name, symbol, contract address, decimals, total supply, circulating supply, and more.
* **Token Transfers**: Data on all token transfer,s including the sender, receiver, amount, transaction hash, and timestamp.
* **Token Holders**: Information on token holders, including the number of holders, their addresses, and the number of tokens held by each address.
* **Token Analytics**: Token analytics data such as price, volume, market cap, trading volume, and more.

***

# API Endpoints

[/blockchains/addresses/{address}/portfolio](/http/blockchain/wallet-portfolio--balance-&-token-holdings)

[/blockchains/addresses/{hash}/balances](/http/blockchain/balance-&-tokens-latest--by-address)

[/blockchains/addresses/{hash}/token-balances/latest](/http/blockchain/token-balances-latest--by-address)

[/blockchains/addresses/{hash}/token-balances/historical](/http/blockchain/token-balances-historical--by-address)

[/blockchains/addresses/{hash}/token-transfers](/http/blockchain/token-transfers--by-wallet-address)

[/blockchains/tokens/{hash}/transfers](/http/blockchain/token-transfers--by-token-address)

[/blockchains/tokens/{hash}/holders/latest](/http/blockchain/current-holders--by-token-address)

[/blockchains/tokens/metrics/{symbol}/historical ](/http/blockchain/token-metrics-historical)

[/blockchains/tokens/{hash}/supplies/historical](/http/blockchain/historical--token-supplies-by-address)

[/blockchains/tokens/{hash}/transfers](/http/blockchain/token-transfers--by-token-address)

***

# Availability

Amberdata’s Token endpoints, available across various On-Chain namespaces, can be accessed via REST API, WebSockets, or JSON RPC. A comprehensive list of supported blockchain networks is provided in the API documentation.

***

# Frequently Asked Questions

**Does the data include the most recent and historical token data?**

* Yes. Depending on the specific endpoint, Amberdata provides both the latest token data (reflecting the most recent block) and historical data extending back to the genesis block for most supported chains.

***
