Skip to main content

platform.getRewardUtxOs RPC Method

Loading...

Updated on
Nov 02, 2023

platform.getRewardUtxOs RPC Method

Parameters

txID
string
Loading...
encoding
string
Loading...

Returns

numFetched
uint64
Loading...
utxos
[]string
Loading...
encoding
string
Loading...
Request
1
curl --location --request POST https://docs-demo.avalanche-mainnet.quiknode.pro/ext/bc/C/rpc/ext/bc/P \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc":"2.0",
5
"id" :1,
6
"method" :"platform.getRewardUTXOs",
7
"params" :{
8
"txID":"2nmH8LithVbdjaXsxVQCQfXtzN9hBbmebrsaEYnLM9T32Uy2Y4",
9
"encoding": "hex"
10
}
11
}'
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free