# Trade ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **str** | Trade ID | [optional] **create_time** | **str** | Trading time | [optional] **side** | **str** | Order side | [optional] **role** | **str** | Trade role | [optional] **amount** | **str** | Trade amount | [optional] **price** | **str** | Order price | [optional] **order_id** | **str** | Related order ID. No value in public endpoints | [optional] **fee** | **str** | Fee deducted. No value in public endpoints | [optional] **fee_currency** | **str** | Fee currency unit. No value in public endpoints | [optional] **point_fee** | **str** | Point used to deduct fee | [optional] **gt_fee** | **str** | GT used to deduct fee | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)