Get Wallet by ID
Last updated
Last updated
GET /wallets/{walletId}
Retrieves a Wallet by its ID.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Name | Conditions |
---|---|
Path parameter | Description |
---|---|
The response body is the Wallet. The Wallet object has those fields:
id
- string - ID of the wallet
network
- string - Network used for the wallet (See Supported Networks for possible values)
name
- (Optional) string - Name given to the wallet
address
- (Optional) string - Wallet address on its corresponding network. If using a Pseudo Network, this field will not be set.
status
- string - Status of the wallet, can be one of Active
, Archived
.
signingKey
- object - Info about the signing key corresponding to that wallet
scheme
- string - Supported schemes are ECDSA
or EdDSA
curve
- string - Key curve. Can be ed25519
or secp256k1
publicKey
- string - Hex-encoded value of public key
dateCreated
- string - ISO 8601 date string when wallet was created
imported
- (Optional) boolean - is true
if the wallet is an imported wallet.
exported
- (Optional) boolean - is true
if the wallet was already exported at least once.
dateExported
- (Optional) string - ISO 8601 date string when wallet was first exported.
Wallets:Read
Always Required
walletId
Unique identifier of the Wallet
. ex. wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx