v1
latestOpenAPI 3.1.02026-07-243035381.4 MBCardano - Tatum API
Get Blockchain information
/v3/ada/info
You can work with Cardano by connecting directly to a blockchain node provided by Tatum.
1 credit per API call.
Gets Ada blockchain information. Obtains basic info like the testnet / mainnet version of the chain, the current block number and its hash.
get/v3/ada/info
Response
OK
Example response
{
"testnet": "test",
"tip": {
"number": 2749845,
"slotNo": 31798572,
"epoch": {
"number": 143
}
}
}