Get wallet

GET {{baseUrl}}/wallets/:wallet

Returns blockchain-unspecific information for a wallet name.

Each wallet contains a unique secp256k1 private key derived to represent address entities in the supported blockchains.

Use the blockchain wallet endpoints to fetch information about wallet addresses and balances: - Ethereum: GET /protocols/eth/wallet/:wallet - Bitcoin GET /protocols/btc/wallet/:wallet

HEADERS

KeyDatatypeRequiredDescription
tangany-versionnumber(Required) Default header that directs the request towards desired Tangany Custody Api version (e.g 2 directs to Tangany Custody APi v2).

Supports only major versions. | | Accept | string | | |

RESPONSES

status: OK

{"isDeleted":false,"wallet":"my-wallet","version":"latest","created":"2022-03-12T11:25:32.000Z","updated":"2022-03-12T11:25:32.000Z","deleted":null,"securityLevel":2,"additionalAttributes":{"flag_1":"0N6IlfdifTzXjQ4f"}}