Creating a new topic

Create a topic that automatically has a admin key set, only allowing for the serverless client to update them. You can a topic completely private for writes and updates and sending messages.

Create new topic

POST https://hedera-serverless-consensus.vercel.app/api/consensus/topic/:id

This endpoint will create a new topic that can be used to send messages to for a consensus timestamp. As this is an authenticated endpoint, 401 errors will be shown on incorrect authentication keys.

Query Parameters

Headers

{
    "data": {
        "memo": "topic memo information",
        "topic": "0.0.16091"
    }
}

Last updated