Parameters
string
default:"14"
required
Unique identifier for a blockchain network.
number
default:1
required
Request identifier used to match responses.
string
default:"2.0"
required
JSON-RPC version.
string
default:"eth_getAssetBalance"
required
JSON-RPC method name.
object
required
Parameters: [address, blk, assetID]Positional parameters for
eth_getAssetBalance:params[0]: The address of the asset owner.params[1]: Block identifier: block number or block hash (hex or tag).params[2]: The asset ID for which the balance is requested.
Returns
string
Hexadecimal string representing the asset balance. Example:
“0x16345785d8a0000”.