Spot POV order details
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Order ID | [readonly] |
| currency_pair | str | Currency pair | [readonly] |
| side | str | Buy or sell order | [readonly] |
| amount | str | Trade amount | [readonly] |
| participation_rate | int | Target participation rate as a percentage. Allowed values: 5, 10, 20, and 40 | [readonly] |
| ttl | str | Time to live. Valid values: 1h, 6h, 12h, 1d, 2d, 3d, 4d, 5d, 6d, and 7d | [readonly] |
| limit_price | str | Limit price. If omitted, the market price is used | [optional] [readonly] |
| trigger_price | str | Trigger price. If omitted, the order is triggered immediately | [optional] [readonly] |
| status | str | Order status - CREATED: Created - CANCELING: Canceling - RUNNING: Running - COMPLETED: Completed - EXPIRED: Expired - TERMINATED: Terminated | [readonly] |
| terminated_as | str | Order termination reason code | [optional] [readonly] |
| start_time_ms | int | Order execution start time in milliseconds | [optional] [readonly] |
| end_time_ms | int | Order execution end time in milliseconds | [optional] [readonly] |
| expire_time_ms | int | Order expiration time in milliseconds | [optional] [readonly] |
| create_time_ms | int | Creation time of order (in milliseconds) | [readonly] |
| update_time_ms | int | Last modification time of order (in milliseconds) | [optional] [readonly] |
| text | str | Order custom information. Users can set custom ID with this field. Custom fields must meet the following conditions: 1. Must start with `t-` 2. Excluding `t-`, length cannot exceed 28 bytes 3. Can only contain numbers, letters, underscore(_), hyphen(-) or dot(.) | [optional] |