Objects
Providers
Learn about the Provider object type, its fields, and how to query provider data.
Providers
A Provider refers to a participant in the PoS consensus mechanism who provides the network with validating nodes and resources to validate transactions and maintain the integrity of the blockchain. Providers earn rewards through newly minted coins or transaction fees.
Queryable Properties
You can query Provider object properties including:
- Connected Reward Options
- Metrics
- Tags
- Name and base data
Provider Object Fields
| Field | Type | Description |
|---|---|---|
id | ID | Unique identifier |
slug | String | URL-friendly unique identifier |
name | String | Provider name |
logoUrl | String | URL to provider logo |
type | ListItem | Provider type |
country | String | Country of operation |
tableFeaturePosition | Int | Feature position in tables |
likes | Int | Number of likes |
links | Array | Associated links |
team | Array | Team information |
isReferral | Boolean | Referral status |
isClaimed | Boolean | Claimed status |
isVerified | Boolean | Verification status |
isActive | Boolean | Active status |
isApproved | Boolean | Approval status |
rewardOptions | Array | Associated reward options |
metrics | Array | Provider metrics |
tags | Array | Classification tags |
faqs | Array | Frequently asked questions |
registeredCompanyName | String | Registered company name |
operationInitiationDate | Date | When operations started |
Sample Queries
Basic Provider Query
{
providers(limit: 10) {
name
logoUrl
country
rewardOptions(limit: 5) {
id
type {
key
label
}
metrics(limit: 10) {
metricKey
defaultValue
}
}
}
}Search Providers
{
providers(where: {search: "rund"}, limit: 10) {
slug
metrics(limit: 10) {
metricKey
defaultValue
createdAt
}
}
}The VSP (Verified Staking Provider) program covers over 50 Providers with combined over $10 Billion in Assets under Management.
Related Types
- Assets — Staking assets
- Validators — Validator nodes
- Reward Options — Staking mechanisms
- Metrics — Metric data points