Skip to content

Commit 0032afb

Browse files
authored
Merge pull request #313 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents cc8d7ce + b0705c7 commit 0032afb

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

api.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)