{"info":{"title":"Touki Blockchain API","version":"1.1.0"},"openapi":"3.1.0","paths":{"/v1/accounts/{address}":{"get":{"summary":"Account state"}},"/v1/accounts/{address}/transactions":{"get":{"summary":"Account transaction history"}},"/v1/blocks":{"get":{"summary":"Latest blocks"}},"/v1/blocks/{id}":{"get":{"summary":"Block by height or hash"}},"/v1/contracts/{address}":{"get":{"summary":"Contract code and ABI"}},"/v1/explorer/accounts":{"get":{"summary":"Paginated top accounts"}},"/v1/explorer/blocks":{"get":{"summary":"Paginated block summaries"}},"/v1/explorer/contracts":{"get":{"summary":"Paginated deployed contracts"}},"/v1/explorer/dashboard":{"get":{"summary":"Explorer dashboard aggregates"}},"/v1/explorer/logs":{"get":{"summary":"Paginated event logs"}},"/v1/explorer/transactions":{"get":{"summary":"Paginated transaction summaries"}},"/v1/export/blocks.csv":{"get":{"summary":"Export blocks as CSV"}},"/v1/export/transactions.csv":{"get":{"summary":"Export transactions as CSV"}},"/v1/nfts":{"get":{"summary":"NFT registry"}},"/v1/peers":{"get":{"summary":"Connected peers"}},"/v1/search":{"get":{"summary":"Unified explorer search"}},"/v1/statistics":{"get":{"summary":"Explorer and network statistics"}},"/v1/status":{"get":{"summary":"Network status"}},"/v1/tokens":{"get":{"summary":"Token registry"}},"/v1/transactions":{"get":{"summary":"Latest transactions"},"post":{"summary":"Submit signed transaction"}},"/v1/transactions/{hash}":{"get":{"summary":"Transaction receipt"}},"/v1/validators":{"get":{"summary":"Validator set"}},"/ws":{"get":{"summary":"Live block and transaction events"}}},"servers":[{"url":"/"}]}