{"page":1,// optional - if not present, default 1"pageSize":20,// optional - if not present, default 10// sorting is optional// when not set wallets are sorted by Creation Date Descending"sort": { // sort by date, USDT Balance, Tron Balance"createdAt":1// ascending 1, descending -1, default -1 }}
Search by bill UUID: (previous paging and sorting applies)
{"wallet":"uuid"// wildcard uuid search}
Search By bill Tag: (previous paging and sorting applies)
{"tag":"tag"// wildcard tag search}
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.