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.
Example
My item
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
items
required
Array<object>
object
walletId
required
The unique wallet ID.
string
88f39775-01f6-43ef-b553-08410c588116
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