JITO Logo
Jito
header.loading
API v1.0.2

api.title

api.subtitle

Base URL
https://api.jito.network/v1
System Operational
|
Latency: 24ms
GET/v1/stake/apy

Parameters

currency
string

SOL, ETH, BTC

Required

Response

{
  "apy": 7.5,
  "currency": "SOL",
  "timestamp": 1699823456
}
POST/v1/stake/deposit

Parameters

amount
number

Amount to stake

Required
wallet
string

Wallet address

Required

Response

{
  "tx_hash": "5BaseT...",
  "status": "pending",
  "estimated_completion": "30s"
}
GET/v1/validators

Parameters

limit
number

Default: 10

sort
string

rank, apy, stake

Response

[
  {
    "id": "val_123",
    "name": "Validator One",
    "apy": 7.8,
    "commission": 5
  },
  ...
]

Authentication Required

All API requests must include your API key in the Authorization header. Bear in mind that rate limits apply based on your plan tier.