# Chains and tokens

One REST API, one set of endpoints, and the same request shape on every network. Pick a chain, a token standard or an asset below to see what it supports and how to call it.

## Blockchains and networks

Each blockchain has its own reference page covering the endpoints available on it.

- [Bitcoin](https://cryptoapis.io/blockchains/bitcoin)
- [Ethereum](https://cryptoapis.io/blockchains/ethereum)
- [XRP Ledger](https://cryptoapis.io/blockchains/ripple)
- [Ethereum Classic](https://cryptoapis.io/blockchains/ethereum-classic)
- [Bitcoin Cash](https://cryptoapis.io/blockchains/bitcoin-cash)
- [Dash](https://cryptoapis.io/blockchains/dash)
- [Litecoin](https://cryptoapis.io/blockchains/litecoin)
- [Dogecoin](https://cryptoapis.io/blockchains/doge)
- [Zcash](https://cryptoapis.io/blockchains/zcash)
- [BNB Smart Chain](https://cryptoapis.io/blockchains/binance-smart-chain)
- [Polygon](https://cryptoapis.io/blockchains/polygon)
- [TRON](https://cryptoapis.io/blockchains/tron)
- [Solana](https://cryptoapis.io/blockchains/solana)
- [Tezos](https://cryptoapis.io/blockchains/tezos)
- [Avalanche](https://cryptoapis.io/blockchains/avalanche)
- [Arbitrum One](https://cryptoapis.io/blockchains/arbitrum-one)
- [Optimism](https://cryptoapis.io/blockchains/optimism)
- [Base](https://cryptoapis.io/blockchains/base)
- [Kaspa](https://cryptoapis.io/blockchains/kaspa)

## Layers and standards

Token standards and layers, each with the endpoints that read and write them.

- [ERC-20](https://cryptoapis.io/layers/erc20)
- [ERC-721](https://cryptoapis.io/layers/erc721)
- [TRC-20](https://cryptoapis.io/layers/trc-20)
- [TRC-721](https://cryptoapis.io/layers/trc-721)
- [BEP-20](https://cryptoapis.io/layers/bep20)

## Tokens

Individual assets with their own reference page.

- [Tether](https://cryptoapis.io/tokens/tether)
- [Chainlink](https://cryptoapis.io/tokens/chainlink)
- [USD Coin](https://cryptoapis.io/tokens/usdcoin)
- [Uniswap](https://cryptoapis.io/tokens/uniswap)
- [Wrapped Bitcoin](https://cryptoapis.io/tokens/wrapped-bitcoin)
- [Aave](https://cryptoapis.io/tokens/aave)
- [Synthetix](https://cryptoapis.io/tokens/synthetix)
- [Dai](https://cryptoapis.io/tokens/dai)
- [Cronos](https://cryptoapis.io/tokens/crypto-com)
- [Maker](https://cryptoapis.io/tokens/maker)
- [Celsius](https://cryptoapis.io/tokens/celsius)
- [Compound](https://cryptoapis.io/tokens/compound)

## Not listed here

Ask for a protocol, layer, token or exchange at https://cryptoapis.io/contacts.

<!-- generated:hub-faq -->

## Frequently asked questions

### Does the same endpoint work on every chain listed here?

Yes — that is the point of the catalog. The request shape does not change between chains; the network parameter does. What differs is the model underneath: a UTXO chain has unspent outputs where an account-model chain has a single balance and a nonce, and the API handles that difference for you.

### What is the difference between a blockchain and a layer here?

A blockchain is a network with its own consensus — Bitcoin, Ethereum, Tron. A layer or standard is a token interface that lives on one of them, like ERC-20 on Ethereum or TRC-20 on Tron. A token is a specific asset issued under one of those standards.

### What if the chain I need is not listed?

Then we do not serve it, and the catalog only lists what we do. Tell us what you need through [contact](/contacts) — coverage is driven by what customers actually ask for.

<!-- /generated:hub-faq -->
