Get the information for a given topic.
Last updated 4 years ago
GET https://hedera-serverless-consensus.vercel.app/api/consensus/topic/:id
GET
https://hedera-serverless-consensus.vercel.app/api/consensus/topic/:id
Get detailed topic information. There is currently a development effort in checking that a topic exists before attempting to fetch a receipt.
{ "data": { "topicMemo": "topic memo information", "runningHash": { ... }, "sequenceNumber": 0, "expirationTime": { "seconds": 1606715551, "nanos": 990716007 }, "adminKey": { ... }, "submitKey": { ... }, "autoRenewPeriod": 7890000, "autoRenewAccount": null }
id
string
The id of the topic
x-api-key
The value set as API_SECRET_KEY in the client's environment.