Get wallet by address
GET /wallet/address/{address}
GET
/wallet/address/{address}
Retrieves the details of a wallet by its address.
Authorizations
Parameters
Path Parameters
address
required
string
The address of the wallet.
Responses
200
Wallet details retrieved
object
walletId
The unique ID of the wallet.
string format: uuid
name
The unique name of the wallet.
string
custodian
The custodian of the wallet.
string
address
The address of the wallet.
string
400
Bad request
object
code
integer
status
string
401
Unauthorized
object
code
integer
status
string