Welcome to the technical documentation for accessing the api interface for automatic tron energy orders. Before you get started, you will need to complete a few simple steps:
Once you have received your private access key and other information, you can start creating orders.
The interface is based on HTTP requests and responses, and there are publicly exposed methods you can work with, the specifics of the query calls are as follows:
Type of request | GET, POST |
Api Interface Gateway | https://api.tronmart.net |
Method | e.g. /v1/Order/Create |
Request header | Content-Type: application/json key: C2CC6C80-B86A-4E08-AE69-E28DA009A50F |
Request body | { … json data } |
Creating an order | POST | https://api.tronmart.net/v1/Order/Create |
Creating multiple order | POST | https://api.tronmart.net/v1/Order/CreateMultiple |
Order details | GET | https://api.tronmart.net/v1/Order/Get?order_no=…… |
Rental prices | GET | https://api.tronmart.net/v1/RentPrice/Get |
TRON transaction information
In query responses you can find values like tx_id, frozen_tx_id which are transaction identifiers in the tron network, to query transaction details use https://tronscan.org
Restrictions
beware of the query limit, each private access key is limited to a maximum of 10 queries per second!
Contact information
In case of problems, please contact us at info@tronmart.net