TronGasV2
  1. Sample Schemas
TronGasV2
  • APIs
    • available energy
      GET
    • balance
      GET
    • create order
      POST
    • quick order
      POST
    • details order
      POST
    • quote
      POST
  • 数据模型
    • Sample Schemas
      • Order
  1. Sample Schemas

Order

{
    "order_id": "string",
    "resource_owner": "string",
    "receiver_address": "string",
    "txn_hash": "string",
    "energy_amount": 0,
    "status": "string",
    "fees_in_trx": "string",
    "gmt_create": "string"
}
Built with