# token Manage blockchain tokens such as native and ERC-20 assets ## Get list of all known tokens - [GET /tokens](https://docs.vilna.io/apis/spec/token/listtokens.md): Returns a list of all token assets. Includes native tokens and ERC-20 tokens. ## Create a new token - [POST /tokens/{chain_gid}/{asset_path}](https://docs.vilna.io/apis/spec/token/createtoken.md): Creates a new token using its CAIP-19 identifier and automatically retrieves its metadata (name, symbol, decimals, type) from the blockchain. ## Get details of a specific token - [GET /tokens/{chain_gid}/{asset_path}](https://docs.vilna.io/apis/spec/token/gettoken.md): Returns detailed information about the specified token asset.