qn_getWalletTokenBalance (v2) RPC Method - Token and NFT API
Please note that this RPC method requires the Token and NFT API v2 bundle add-on enabled on your Quicknode endpoint.
Parameters
wallet
string
REQUIRED
Loading...
contracts
array
Loading...
blockNumber
integer
Loading...
page
integer
Loading...
perPage
integer
Loading...
Returns
object
Loading...
address
string
Loading...
ensName
string
Loading...
result
array
Loading...
quantityIn
string
Loading...
quantityOut
string
Loading...
address
string
Loading...
name
string
Loading...
decimals
string
Loading...
symbol
string
Loading...
totalBalance
string
Loading...
nativeTokenBalance
string
Loading...
totalPages
integer
Loading...
pageNumber
integer
Loading...
totalItems
integer
Loading...
Request
1curl https://docs-demo.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{5"id": 1,6"jsonrpc": "2.0",7"method": "qn_getWalletTokenBalance",8"params": [{9"wallet": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",10"contracts": [11"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",12"0xdAC17F958D2ee523a2206206994597C13D831ec7"13],14"page": 1,15"perPage": 1016}]17}'
1curl https://docs-demo.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{5"id": 1,6"jsonrpc": "2.0",7"method": "qn_getWalletTokenBalance",8"params": [{9"wallet": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",10"contracts": [11"0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",12"0xdAC17F958D2ee523a2206206994597C13D831ec7"13],14"page": 1,15"perPage": 1016}]17}'
Response
1{2"jsonrpc": "2.0",3"id": 67,4"result": {5"address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",6"ensName": "vitalik.eth",7"result": [8{9"name": "USD Coin",10"symbol": "USDC",11"decimals": "6",12"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",13"quantityIn": "3196941437801",14"quantityOut": "3192810447159",15"totalBalance": "4130990642"16},17{18"name": "Tether USD",19"symbol": "USDT",20"decimals": "6",21"address": "0xdac17f958d2ee523a2206206994597c13d831ec7",22"quantityIn": "101379287975",23"quantityOut": "101110107635",24"totalBalance": "269180340"25}26],27"nativeTokenBalance": "33.111612880018143614",28"totalItems": 2,29"totalPages": 1,30"pageNumber": 131}32}
1{2"jsonrpc": "2.0",3"id": 67,4"result": {5"address": "0xd8da6bf26964af9d7eed9e03e53415d37aa96045",6"ensName": "vitalik.eth",7"result": [8{9"name": "USD Coin",10"symbol": "USDC",11"decimals": "6",12"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",13"quantityIn": "3196941437801",14"quantityOut": "3192810447159",15"totalBalance": "4130990642"16},17{18"name": "Tether USD",19"symbol": "USDT",20"decimals": "6",21"address": "0xdac17f958d2ee523a2206206994597c13d831ec7",22"quantityIn": "101379287975",23"quantityOut": "101110107635",24"totalBalance": "269180340"25}26],27"nativeTokenBalance": "33.111612880018143614",28"totalItems": 2,29"totalPages": 1,30"pageNumber": 131}32}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free