List

GET /shared-wallets

status: stable

Return a list of known shared wallets, ordered from oldest to newest.

Responses

  • 406 application/json

    Not Acceptable

    Hide response attributes Show response attributes object
    • message string Required

      May occur when providing an invalid 'Accept' header.

    • code string Required

      Value is not_acceptable.

  • 200 application/json

    Ok

    One of:
GET /shared-wallets
curl \
 --request GET https://localhost:8090/v2/shared-wallets
Response examples (406)
{
  "message": "string",
  "code": "not_acceptable"
}
Response examples (200)
[
  {
    "id": "2512a00e9653fe49a44a5886202e24d77eeb998f",
    "name": "Alan's Wallet",
    "account_index": "1852H",
    "address_pool_gap": 20,
    "payment_script_template": {
      "cosigners": [
        {
          "cosigner#0": "acct_shared_xvk1z8kc04yh544ksc9h2yhp7p6qwpf6syv5qnm8sgnhdne5z2esht5cwssxsec2wzw3nhxm2d9ph4s6ldmqdvxa0zuxzmukpajhyc7flug3te037"
        }
      ],
      "template": "string"
    },
    "delegation_script_template": {
      "cosigners": [
        {
          "cosigner#0": "acct_shared_xvk1z8kc04yh544ksc9h2yhp7p6qwpf6syv5qnm8sgnhdne5z2esht5cwssxsec2wzw3nhxm2d9ph4s6ldmqdvxa0zuxzmukpajhyc7flug3te037"
        }
      ],
      "template": "string"
    },
    "state": {
      "status": "incomplete"
    }
  }
]