Overview
The REST API provides a number of resources to manage assets, create marketplaces, consume to check the status of your account, update topics and send messages for generate timestamp consensus.
Last updated
The REST API provides a number of resources to manage assets, create marketplaces, consume to check the status of your account, update topics and send messages for generate timestamp consensus.
Last updated
If you live and die by your love of Postman for API development, we provide a collection with examples that you can start using now. You'll need to create a new environment with fields for domain and api_key.
In all routes swap out the hedera-serverless-consensus.vercel.app for your URL.
A permissioned marketplace at your fingertips, link your users to tokens that you sell, without them having to touch or have any blockchain experience.
A token can be created to be linked to a frontend of a marketplace or online shopfront.
Every user is required to have an account in tokens to be sent.
Transfer a token that has been purchased to a user, the bequest feature manages all token associations by default so all you need to do is use this endpoint when ready, like verifying a payment.
Want to check the status of your client use /api/status remember to update HIDE_STATUS in your environment to FALSE if you want to hide this behaviour.
Fetch the current account balance connected to the deployment, useful for checking that the configuration of the deployed service is valid.
Topics and messages allow you to add "trusted" proof that an event has happened.
Create, update and get the info for a topic that you use to send your consensus messages to.
Send a message to that you wish to get a trusted consensus timestamp for, you may provide an option for whether the message should be asynchronous or wait for finality to be reached.