Was this helpful?
Get all providers in the caller network. Each provider includes stats from the last 24 hours.
GET /stats/providers HTTP/1.1 Host: api.bringyour.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
{ "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 } ] }