Was this helpful?
Get all providers in the caller network. Each provider includes stats from the last 24 hours.
/stats/providers
curl -L \ --url 'https://api.bringyour.com/stats/providers' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{ "created_time": "text", "providers": [ { "client_id": "text", "connected": true, "connected_events_last_24h": [ { "event_time": "text", "connected": true } ], "uptime_last_24h": 1, "transfer_data_last_24h": 1, "payout_last_24h": 1, "search_interest_last_24h": 1, "contracts_last_24h": 1, "clients_last_24h": 1, "provide_mode": 1 } ] }