Skip to main content

platform.getUtxOs RPC Method

Loading...

Updated on
Apr 29, 2026

platform.getUtxOs RPC Method

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

Parameters

addresses
array
REQUIRED
Loading...
limit
integer
Loading...
sourceChain
string
Loading...
encoding
string
Loading...
startIndex
object
Loading...
address
string
Loading...
utxo
string
Loading...

Returns

result
object
Loading...
numFetched
string
Loading...
utxos
array
Loading...
utxo
string
Loading...
endIndex
object
Loading...
address
string
Loading...
utxo
string
Loading...
encoding
string
Loading...
Request
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getUTXOs",
6
"params": {
7
"addresses": [
8
"P-flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c"
9
],
10
"limit": 1024,
11
"sourceChain": "X",
12
"encoding": "hex"
13
},
14
"id": 1
15
}'
1
curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "platform.getUTXOs",
6
"params": {
7
"addresses": [
8
"P-flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c"
9
],
10
"limit": 1024,
11
"sourceChain": "X",
12
"encoding": "hex"
13
},
14
"id": 1
15
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"numFetched": "0",
6
"utxos": [],
7
"endIndex": {
8
"address": "P-flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c",
9
"utxo": "11111111111111111111111111111111LpoYY"
10
},
11
"encoding": "hex"
12
}
13
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": {
5
"numFetched": "0",
6
"utxos": [],
7
"endIndex": {
8
"address": "P-flare1ljm5j7ku39shkern8peyg223axa9m0z30cl63c",
9
"utxo": "11111111111111111111111111111111LpoYY"
10
},
11
"encoding": "hex"
12
}
13
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free