Skip to content

Data access

Read the same data this dashboard runs on. Rate limits are per key, not per account.

Calls this month
1.7M

Of 5M included

Median latency
38ms

p50, all endpoints

Error rate
0.02%

Rolling seven days

Active keys
3

Two live, one test

Endpoints

Version 2, stable

  • GET/v2/networksFree

    Every supported network with its current reward rate

  • GET/v2/networks/{id}/validatorsFree

    Validator set, uptime and commission

  • GET/v2/rates/historyPro

    Reward rate history at hourly resolution

  • GET/v2/positions/{address}Pro

    Positions and accrued rewards for an address

  • POST/v2/simulatePro

    Project returns for a hypothetical position

  • GET/v2/events/slashingEnterprise

    Slashing events across all tracked networks

Keys

Secrets are shown once, at creation

  • Production dashboard

    stk_live_9f2a········

    1,284,610 calls, last used 4 minutes ago

  • Nightly reconciliation

    stk_live_c71d········

    402,188 calls, last used 9 hours ago

  • Staging

    stk_test_4b60········

    18,442 calls, last used 2 days ago

Quick start

curl https://api.stratum.dev/v2/networks \
  -H "Authorization: Bearer $STRATUM_KEY"