← Back to Glossary

Token Standard

Definition

A specification that defines how tokens behave on a blockchain. Common standards include ERC-20 (Ethereum fungible tokens), ERC-721 (NFTs), and SPL (Solana tokens).

PRISM API Context

PRISM API normalizes assets regardless of their token standard, so you get the same response schema whether querying an ERC-20 on Ethereum or an SPL token on Solana.

API documentation