Skip to main content

Return the health of the wallet headless.

GET 

/health

Return the health of the wallet headless.

Request

Query Parameters

    wallet_ids string

    Wallet ids to check, comma-separated. If not provided, will not check any wallet.

    include_fullnode boolean

    Whether fullnode health should be checked and included in the response.

    include_tx_mining boolean

    Whether tx mining service health should be checked and included in the response.

Responses

A JSON with the health object. It will contain info about all components that were enabled and provided wallet ids.

Schema

    any

Loading...