Get topic info
Get the information for a given topic.
Get topic information
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.
Path Parameters
Name
Type
Description
id
string
The id of the topic
Headers
Name
Type
Description
x-api-key
string
The value set as API_SECRET_KEY in the client's environment.
Last updated