Skip to main content

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

Accounts retrieved successfully

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
Loading...