QueryWalletUTXOs

Retrieve a list of all UTXOs in a wallet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Body Params
string
required

The resource name of the network whose UTXOs are to be listed.

Format: networks/{network_id}.

string

Filter results using EBNF syntax.

Supported fields:

  • txHash (example: txHash = "60887d40d469af2b52cf7dc35e6c33241610aa22ca0c8d0d5e4d9027e91c2946")
  • address (example: address = "bc1qw508d6qejxtdg4y5r3zarvary0c5xw7kv8f3t4")
  • state (example: state = AVAILABLE OR state = FROZEN)
string

SQL-like ordering specifications. Supports the fields create_time, value.

int32

The maximum number of items to return. The service may return fewer than this value.

If unspecified, at most 50 will be returned. The maximum value is 100; values above 100 will be coerced to 100.

string

A page token, received from the previous list call as nextPageToken. Provide this to retrieve the subsequent page.

When paginating, all other parameters must match the call that provided the page token.

int32

How many results to skip.

Note: may be used alongside token-based pagination (see pageToken), although this won't be needed for most use cases.

boolean

Include referenced resources in the response.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json