Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 1.16 KB

EthereumBalance.md

File metadata and controls

30 lines (26 loc) · 1.16 KB

BleumiPay::EthereumBalance

Properties

Name Type Description Notes
mainnet
(Optional)
Hash<String, WalletBalance> A dictionary which gives the token balances in Ethereum MainNet
goerli
(Optional)
Hash<String, WalletBalance> A dictionary which gives the token balances in Ethereum Goerli TestNet
xdai
(Optional)
Hash<String, WalletBalance> A dictionary which gives the token balances in xDAI
xdai_testnet
(Optional)
Hash<String, WalletBalance> A dictionary which gives the token balances in xDAI TestNet

Example - Goerli - TestNet

{
    "balances": {
        "ethereum": {
            "goerli": {
                "0x115615dbd0f835344725146fa6343219315f15e5": {
                    "blockNum": "2049977",
                    "token_balance": "10000000",
                    "balance": "10",
                    "safety": "high",
                    "token_decimals": 6
                }
            }
        }
    }
}