Search wallets
GET /wallet
GET
/wallet
Searches wallets based on the provided search query, skip, and limit parameters.
Authorizations
Parameters
Query Parameters
search
string
The search query.
skip
integer
The number of wallets to skip.
limit
integer
The number of wallets to return.
Responses
200
Wallets search result
object
wallets
Array<object>
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
total
The total number of wallets.
integer
400
Bad request
object
code
integer
status
string
401
Unauthorized
object
code
integer
status
string