Get accounts
GET/v1/admin/accounts
Get accounts
This endpoint retrieves detailed account information for all users within the system, accessible exclusively by administrators. It supports pagination, filtering by date range, and searching by account details. The response includes account names, addresses, associated users, networks, transaction history, and USD amounts based on token balances.
Request
Query Parameters
page int32
Page
page_size int32
Page size
search string
Search
end_date date-time
End date
start_date date-time
Start date
Responses
- 200
- 400
- 403
- 500
Accounts retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
property name* AdminPanelAccountInfo
account_address stringrequired
account_last_transaction date-timenullable
account_name stringrequired
account_networks_chain_ids int32[]required
account_networks_names string[]required
account_users string[]required
usd_amount doublerequired
{}
Invalid page or page size value
- text/plain
- Schema
Schema
string
User is not admin
- text/plain
- Schema
Schema
string
Unexpected error
- text/plain
- Schema
Schema
string
Loading...