cURL
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>" }
Returns the newest blocks that indexer has already stored.
API key provided by WalletSuite team
Blockchain identifier
OK
Was this page helpful?