/v1/blocks
Latest blocks
Δοκιμάστε το ζωντανά
10 δωρεάν κλήσεις την ημέρα — χωρίς εγγραφή, χωρίς κλειδί API. Μέσω του gateway του oanor.
Δουλεύει. Πάρε ένα κλειδί API και χρησιμοποίησέ το στο έργο σου.
Λάβετε ένα κλειδί APIΑποσπάσματα κώδικα
curl "https://api.oanor.com/story-api/v1/blocks" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/story-api/v1/blocks", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/story-api/v1/blocks");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/story-api/v1/blocks",
headers={"x-oanor-key": "oanor_test_..."}
)
Παράδειγμα απόκρισης
Πραγματική απόκριση αυτού του endpoint, από τον τελευταίο έλεγχο υγείας.
{
"data": {
"count": 50,
"blocks": [
{
"hash": "0xeaaa13120f142f99df24bf9faf34ac5b8634afc68bc221ffe03dfb14e5914b1a",
"size": 1848,
"miner": "0x6a55B4c324D6084f5ed85d31046a0dC9b3866F7f",
"height": 18396094,
"gas_used": 58686,
"tx_count": 1,
"gas_limit": 36000000,
"timestamp": "2026-06-08T09:51:02.000000Z",
"burnt_fees": "1349778",
"difficulty": "0",
"base_fee_per_gas": "23"
},
{
"hash": "0xda8e67293783609c2cc8b4a70f6b79c2e81eb9676d84ba0ea97a4f302de21951",
"size": 1973,
"miner": "0x76706464f81c397A8EBD41fb95ae8C9e8E492FA0",
"height": 18396093,
"gas_used": 79686,
"tx_count": 2,
"gas_limit": 36000000,
"timestamp": "2026-06-08T09:51:00.000000Z",
"burnt_fees": "1832778",
"difficulty": "0",
"base_fee_per_gas": "23"
},
{
"hash": "0x7d619c2ef9672aae45f41d83e2aec75b40967b1943f7cb824b50868ba470412e",
"size": 1881,
"miner": "0xa21DB8C1a286E0CF74AC0bcD6e273f799C77d4D0",
"height": 18396092,
"gas_used": 58686,
"tx_count": 1,
"gas_limit": 36000000,
"timestamp": "2026-06-08T09:50:58.000000Z",
"burnt_fees": "1349778",
"difficulty": "0",
"base_fee_per_gas": "23"
},
{
"hash": "0x87974a6a6a3fab748511b9657836f89022596354d841017bd328ffd2ea5e412f",
"size": 1848,
"miner": "0x0CEc190e690F9FeCFD076Ef639e20F96969a4667",
"height": 18396091,
"gas_used": 58686,
"tx_count": 1,
"gas_limit": 36000000,
"timestamp": "2026-06-08T09:50:56.000000Z",
"burnt_fees": "1349778",
"difficulty": "0",
"base_fee_per_gas": "23"
},
{
"hash": "0xe161c7e5f44d7792b5b0b95e2b8125c17485a70fde453e8fcf05f8accd7eaf57",
"size": 1848,
"miner": "0x1925756337D6cBd42c5aAE5AaFe27Ecd12E2674c",
"height": 18396090,
"gas_used": 58686,
"tx_count": 1,
"gas_limit": 36000000,
"timestamp": "2026-06-08T09:50:54.000000Z",
"burnt_fees": "1349778",
"difficulty": "0",
"base_fee_per_gas": "23"
},
{
"hash": "0xb1f9fa95d7a44b538cdc871d8d3d92d46b91b6453673e21608eed79177ea1b41",
"size": 2646,
"miner": "0xeB41755f941b11fc6787DE9e6a78Dbd56523E3F1",
"height"
…