Tokens

Fungible token reference, endpoints, and links.

There are 2 standards for tokens on Mina: the Fungible Token Standard and the Customs Tokens Standard. Fungible tokens are equivalents to ERC-20 on Mina - interchangeable standardized tokens that can be transferred between accounts.

Custom tokens, on the other hand, are tokens minted for specific purposes for zkApps that have unique identifiers and function according to custom rules defined by their creators. A token holder is an account that has a custom token on balance, whereas a token owner is an account that created this custom token.

Minascan shows a list of all fungible and custom tokens on the Mina blockchain.

The following endpoints are available for Mina tokens on Blockberry.

EndpointDescription
getTokensGet a list of all token denominations on the Mina Blockchain.
getTokensByAddressGet a list of all tokens the queried account possesses.
getTokenSymbolsGet a list of symbols of the queried tokens.
getTokenByIdGet the queried token denomination by token id.
getHoldersByTokenIdGet a list of all accounts that have tokens of the queried denomination on balance.
getTransactionsByTokenGet a list of all transactions run with the queried token denomination.