Skip to main content

Get MultiSig xpub for a seed.

POST 

https://localhost:8000/multisig-pubkey

Get MultiSig xpub for a seed.

Request

Body

required

    seedKey stringrequired

    Key of the corresponding seed in the config file to create the wallet.

    passphrase string

    Passphrase of the wallet.

Responses

Get MultiSig xpubkey

Schema

    any


Request Collapse all
Base URL
https://localhost:8000
Body required
{
  "seedKey": "string",
  "passphrase": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!