Skip to main content

platform.getRewardUtxOs RPC Method

Loading...

Updated on
Apr 29, 2026

platform.getRewardUtxOs RPC Method

To use the platform.getRewardUtxOs method on the P-Chain, ensure that the end of your URL includes ext/bc/P.

Parameters

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

Returns

numFetched
integer
Loading...
utxos
array
Loading...
encoding
string
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"numFetched": "0",
6
"utxos": [],
7
"encoding": "hex"
8
}
9
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"numFetched": "0",
6
"utxos": [],
7
"encoding": "hex"
8
}
9
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free