Token Balance
This registry captures the on-chain balance of a specific token on a given EVM-compatible network. It includes precision metadata for proper formatting and display.
Registry Fields
Field Name
Type
Description
Example Entry
{
"tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"rawBalance": "234000000",
"decimals": 6,
"network": "ethereum"
}Last updated