File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68061,7 +68061,11 @@ components:
6806168061 type: string
6806268062 enum:
6806368063 - GTC
68064- description: Time in force policy for the order. GTC (Good Till Cancelled) is the only allowed value.
68064+ - IOC
68065+ description: |
68066+ Time in force policy for the order.
68067+ - GTC (Good Till Cancelled): Order remains active until filled or cancelled.
68068+ - IOC (Immediate or Cancel): Order must be filled immediately, any unfilled portion is cancelled.
6806568069 TimeRange:
6806668070 type: string
6806768071 description: The time range for the data, either hourly or daily.
@@ -70189,6 +70193,11 @@ components:
7018970193 description: Transaction IDs that replace this transfer.
7019070194 items:
7019170195 type: string
70196+ riskIndicators:
70197+ type: array
70198+ description: Optional risk monitoring tags applied to this transfer. These tags are informational and do not affect transaction processing.
70199+ items:
70200+ type: string
7019270201 required:
7019370202 - id
7019470203 - coin
@@ -79671,6 +79680,7 @@ components:
7967179680 - circuitBreaker
7967279681 - transaction_finality_on_l1
7967379682 - lowFeeAddressBalance
79683+ - stuckTx
7967479684 example: transfer
7967579685 description: Event type to listen to.
7967679686 WethStakingRequest:
You can’t perform that action at this time.
0 commit comments