Skip to main content
GET
/
v1
/
io-explorer
/
devices
/
{device_id}
/
details
Device Details
curl --request GET \
  --url https://api.io.solutions/v1/io-explorer/devices/{device_id}/details \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "base_tier_name": "Ultra High Speed",
    "brand_icon": "https://mxtfdkppxyflmmglullf.supabase.co/storage/v1/object/public/icons/nvidia.svg?t=2023-09-05T21%3A52%3A29.736Z",
    "device_id": "599ef4af-7fe6-44b5-aba3-25899bde2ab6",
    "down_percentage": 0,
    "download_speed_mbps": 2775.1,
    "downtime_by_date": {
      "2023-09-11": {
        "downtime": 281.508,
        "note": "down for 0 days and 0 hours and 4 minutes"
      },
      "2023-09-12": {
        "downtime": 12193.385,
        "note": "down for 0 days and 3 hours and 23 minutes"
      }
    },
    "hardware_name": "RTX A6000",
    "hardware_quantity": 2,
    "iso2": "CA",
    "jobs": [
      {
        "compute_minutes_hired": 300,
        "compute_minutes_served": 0,
        "earned": 0,
        "end_time": "2023-09-12 00:00:00",
        "for": "e242cd76-9e65-4de1-b3ec-1cb8b002b38d",
        "slashed": 0,
        "start_time": "2023-09-12 00:00:00",
        "status": "pending",
        "total_hire_rate": 10.8,
        "uptime_percent": 100
      },
      {
        "compute_minutes_hired": 300,
        "compute_minutes_served": 0,
        "earned": 0,
        "end_time": "2023-09-12 00:00:00",
        "for": "b168e413-3014-457e-b139-8450371b47c6",
        "slashed": 0,
        "start_time": "2023-09-12 00:00:00",
        "status": "pending",
        "total_hire_rate": 10.8,
        "uptime_percent": 100
      }
    ],
    "location_icon": "https://mxtfdkppxyflmmglullf.supabase.co/storage/v1/object/public/icons/canada.svg?t=2023-09-05T21%3A52%3A29.736Z",
    "location_name": "Canada",
    "security_soc2": false,
    "upload_speed_mbps": 1972.54
  },
  "status": "succeeded"
}
The Device Details endpoint returns insights about a specific device. This allows you to quickly view the device’s status, aspects of connectivity, jobs, rewards earned, hire rate and more.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

device_id
string
required

The unique identifier for your device.

Response

200

data
object
status
string
Example:

"succeeded"

I