Skip to main content
GET
/
api
/
blocks
/
latest
Latest indexed blocks
curl --request GET \
  --url https://api.walletsuite.io/api/blocks/latest \
  --header 'x-api-key: <api-key>'
{
  "number": 123,
  "hash": "<string>",
  "timestamp": 123,
  "parentHash": "<string>"
}

Authorizations

x-api-key
string
header
required

API key provided by WalletSuite team

Query Parameters

chain
string
default:ethereum

Blockchain identifier

Response

200 - */*

OK

number
integer<int64>
required
hash
string
required
timestamp
integer<int64>
required
parentHash
string