API Documentation
Build applications on TTAJ network with our RESTful API
OPERATIONAL
API Status
99.98% Uptime
Rate Limit
100 req/min
Avg Response
145ms
Endpoints
24
Endpoints
GET
/api/v1/block/{number}Returns block information by block number
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| number | integer | Block number | Yes |
Example Response
{
"number": 1567890,
"hash": "0x3f7a...b9e2",
"timestamp": 1700000000,
"transactions": 156,
"miner": "0x8a3...f4b",
"gasUsed": 12500000,
"gasLimit": 30000000
}Authentication
Public endpoints do not require authentication. For higher rate limits and private endpoints, please generate an API key in your account dashboard.