cURL
curl --request POST \ --url 'https://api.avax.network/ext/bc/P#platform.getUTXOs' \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "platform.getUTXOs", "params": {}, "id": 1 }'
{ "jsonrpc": "2.0", "result": { "numFetched": 123, "utxos": [ "<string>" ], "endIndex": {}, "encoding": "<string>" }, "id": 1 }
GetUTXOs returns the UTXOs controlled by the given addresses
JSON-RPC request
"2.0"
"platform.getUTXOs"
Method parameters
Show child attributes
1
Successful response
Method result
Was this page helpful?