Compute a SHA-256 checksum over addresses in a wallet

get/api/v2/admin/wallet/{walletId}/addresses/checksum

Query addresses by (coin, walletId, chain) with an optional index range, streaming results for memory efficiency.

Path Parameters

  • walletIdstringRequired
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters

Query Parameters

  • coinstringRequired
    Coin type (e.g., "btc", "eth")
  • chainstringRequired
    Address chain code
  • minIndexstring
    Minimum address index (default: 0)
  • maxIndexstring
    Maximum address index (no upper limit if not specified)
  • decodestring
    When true and coin is a UTXO coin, decode addresses to output scripts before hashing

200 Response

checksum string required
SHA-256 hex digest of concatenated addresses
count number required
Number of addresses included in checksum

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

403 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id