Skip to main content

Parameters

chainId
string
default:"14"
required
Unique identifier for a blockchain network.
id
number
default:1
required
Request identifier used to match responses.
jsonrpc
string
default:"2.0"
required
JSON-RPC version.
method
string
default:"eth_getAssetBalance"
required
JSON-RPC method name.
params
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

result
string
Hexadecimal string representing the asset balance. Example: “0x16345785d8a0000”.