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
- 200
- 403
- 500
Networks retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
property name* AdminNetworkForResponse
network_accounts_names string[]required
network_last_transaction date-timerequired
network_name stringrequired
network_usd_balance doublerequired
{}
User is not admin
- text/plain
- Schema
Schema
string
Unexpected error
- text/plain
- Schema
Schema
string
Loading...