listpubkeydbstatus

Back to wallet

New since v30.2 Wallet

Summary

Reports imported P2MR pubkey-pool allocation status by account and chain.

Description

Reports imported P2MR pubkey-pool allocation status by account and chain.

Change Buckets

  • New since v30.2

Arguments

None.

Results

  • value (OBJ): No description.
  • chains (ARR): No description.
    • value (OBJ): No description.
    • account (NUM): Account number for this pool
    • internal (BOOL): Whether this pool is for internal/change addresses
    • next_index (NUM): Next allocatable imported index, or one past the highest imported index if exhausted
    • highest_imported_index (NUM): Highest imported index seen in this pool
    • remaining (NUM): Remaining allocatable entries in this pool
    • low_watermark (NUM): Remaining-entry threshold where top-up is recommended
    • needs_topup (BOOL): Whether the remaining allocatable entries are at or below the low-watermark threshold

Examples

qbit-cli listpubkeydbstatus
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "listpubkeydbstatus", "params": []}' -H 'content-type: application/json' http://127.0.0.1:8352/