Get wallets
GET /v2/wallet
GET
/v2/wallet
List all the wallets
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” search
required
string
Search term to filter wallets by name or address.
Example
My wallet
page
required
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”Returns the list of wallets.
object
wallets
required
Array<object>
object
walletId
required
The unique wallet ID.
string
f52b1f9e-b9a6-4248-afc5-d3ae358e723a
name
required
The unique name for the wallet.
string
My Wallet
custodian
required
The custodian type for the wallet.
string
fsco
address
The address of the wallet.
string
0x1234567890abcdef
page
required
Object with the page number and the number of items per page
object
number
required
The current page number.
number
1
size
required
The number of items per page.
number
10
totalPages
required
The total number of pages available.
number
100
totalCount
required
The total number of items available.
number
1000
hasNext
required
Indicates whether there is a next page available.
boolean
true
hasPrev
required
Indicates whether there is a previous page available.
boolean
true