Search Wallets
Search your existing wallets
API Endpoint
POST /client/wallets/find
Request Headers:
Authorization: Bearer <access_token>
Content-Type: application/json
Request Body
List All finds all your wallets
Search by wallet UUID: (previous paging and sorting applies)
Search By Wallet Tag: (previous paging and sorting applies)
Search By Wallet Tron Address : (previous paging and sorting applies)
Success Response By default all search results are paged, with 10 items per page.
You can specify in your request the page number and number of items per page. Find in response, which page you are, if more pages are availabe (nextPage: true), total count for all items without paging and the total found for items count in this page.
Example Below:
Last updated