Skip to main content

Get networks

GET 

/v1/admin/network

Get networks

The get_networks endpoint retrieves detailed information about all networks available within the Alore instance. It requires administrative privileges to access. The returned data includes the network name, associated account names, USD balance, and the timestamp of the last transaction for each network. This endpoint is designed for use in administrative panels to monitor and manage network-related activities.

Responses

Networks retrieved successfully

Schema
    property name* AdminNetworkForResponse
    network_accounts_names string[]required
    network_last_transaction date-timerequired
    network_name stringrequired
    network_usd_balance doublerequired
Loading...