# SwapCoinStruct ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **int** | Order ID | [optional] **pid** | **int** | Product ID | [optional] **uid** | **int** | User ID | [optional] **coin** | **str** | Currency | [optional] **type** | **int** | Type 0-Staking 1-Redemption | [optional] **subtype** | **str** | SubType | [optional] **amount** | **str** | Amount | [optional] **exchange_rate** | **str** | Exchange ratio | [optional] **exchange_amount** | **str** | Redemption Amount | [optional] **update_stamp** | **int** | UpdateTimestamp | [optional] **create_stamp** | **int** | Transaction timestamp | [optional] **status** | **int** | status 1-success | [optional] **protocol_type** | **int** | DEFI Protocol Type | [optional] **client_order_id** | **str** | Reference ID | [optional] **source** | **str** | Order Origin | [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)