Coin reference, endpoint descriptions, and links.
Coins (equivalent to ERC-20 tokens on Sui) are fungible tokens that can be used for payments and staking. Fungible tokens (coins) are fully interchangeable and standardized, which enables them to be used as a means of payment, a store of value, and a measure of value.
Iotascan shows a list of all coins on the Iota Network.
The following endpoints are available for accounts on Blockberry.
Endpoint | Description |
---|---|
getCoins | Get a list of all coin denominations on the Iota Network. |
getCoinMetadata | Get details of a coin denomination like name, symbol, Url link, description, social links, etc. |
getCoinsCount | Get the total number of coin denominations on the Iota Network. |
getCoinsVerifiedCount | Get the total number of verified coin denominations on the Iota Network. |
getCoinsWithMarketCapCount | Get the total number of coin denominations that went through ICO. |
getCoinByCoinType | Get coin denomination by coin type. |
getTransactionsByCoinType | Get a list of all transactions run with the queried type (denomination) of coin. |