Getting started with tronmart.net

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:

  1. To connect and send orders you need to generate your private access key, please keep it and do not share it with anyone else. For now, only support can generate the key, so please contact them. Create a key
  2. To generate a key we need to know:

Once you have received your private access key and other information, you can start creating orders.


Basic information

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 requestGET, POST
Api Interface Gatewayhttps://api.tronmart.net
Methode.g. /v1/Order/Create
Request headerContent-Type: application/json
key: C2CC6C80-B86A-4E08-AE69-E28DA009A50F
Request body{
    … json data
}

Available methods
Creating an orderPOSThttps://api.tronmart.net/v1/Order/Create
Creating multiple orderPOSThttps://api.tronmart.net/v1/Order/CreateMultiple
Order detailsGEThttps://api.tronmart.net/v1/Order/Get?order_no=……
Rental pricesGEThttps://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