order_no | string | Order number |
resource_type | integer | Resource type (0 ... Bandwidth, 1 = Energy) |
receivers | array | Recipients to receive resources |
{ | | |
receive_address | string | Resource receiving address |
resource_value | integer | The number of resources to rent |
price_in_sun | integer | Price for rent in sun |
fixed_tax | number | Fixed rental tax |
price | number | Price for rent |
} | | |
create_time | timestamp | Date and time of order creation, unix timestamp format in milliseconds |
expire_time | timestamp | Order expiration date and time, unix timestamp format in milliseconds |
settle_address | string | Payer's address, we expect payment from this address |
resource_value | integer | Total number of resources for rent |
resource_split_value | integer | Splitting the order |
rent_duration | integer | Duration of resource rental |
rent_time_unit | char | Resource rental time unit |
frozen_balance | number | Resource value in frozen TRX |
payment_address | string | The address of the account to which the order is to be paid |
pay_amount | number | Total amount to be paid for the order |
pay_time | timestamp | Date and time of payment of the order, unix timestamp format in milliseconds |
refund_tx_id | TXID | Refund payment identifier in the TRON network |
refund_time | timestamp | Date and time of refund if the order has not been processed, unix timestamp format in milliseconds |
refund_amount | number | Amount refunded if the order has not been processed |
refund_status | string | Status of the refund |
status | string | Order status |
sub_order | array | Sub order information |
{ | | |
order_no | integer | Sub order number |
resource_value | integer | The number of resources to rent |
frozen_balance | number | Resource value in frozen TRX |
freeze_time | timestamp | Start of transaction source delegation, unix timestamp format in milliseconds |
freeze_tx_id | TXID | Transaction identifier of a resource delegate transaction in the TRON network |
unfreeze_time | timestamp | Start of transaction source undelegation, unix timestamp format in milliseconds |
unfreeze_tx_id | TXID | Transaction identifier of a resource undelegate transaction in the TRON network |
status | string | Sub order status |
} | | |