omnia_getAssetBalance
Example
Request
curl --request POST \
--url https://endpoints.omniatech.io/v1/RPC_ENDPOINT \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"id": 1,
"jsonrpc": "2.0",
"method": "omnia_getAssetBalance",
"params": [
{
"wallet": "0xbBa591C7C9e8460B3EA2b6A9d8980b0237Fd42eC",
"contracts": [
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"0x4d224452801ACEd8B2F0aebE155379bb5D594381"
]
}
]
}
'Response
Last updated