Returns a blockchain wallet by its unique identifier.
The unique identifier of the client.
The unique identifier of the blockchain wallet.
Deletes a blockchain wallet by its unique identifier. A deleted blockchain wallet will still be returned in the list of blockchain wallets of the client or queriable by ID, but it will have a non null deletedAt
field. A deleted blockchain wallet can not be used in transactions. This route is only available for verified clients. Unverified clients will receive a 400 error.
The unique identifier of the client.
The unique identifier of the blockchain wallet.
The blockchain wallets are sorted by creation date, in descending order. The most recently created blockchain wallets appear first.
The unique identifier of the client.
Creates a blockchain wallet with the specified parameters. The blockchain wallet is created in a pending state and must be approved by an administrator before it can be used in transactions. This route is only available for verified clients. Unverified clients will receive a 400 error.
The unique identifier of the client.
The label of the blockchain wallet.
The blockchain network of the wallet. See the list of supported blockchains.
The address of the blockchain wallet.