We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitgo-api-docs
1 parent d3526aa commit d3a607eCopy full SHA for d3a607e
api.yaml
@@ -42339,6 +42339,18 @@ components:
42339
additionalProperties: true
42340
type:
42341
$ref: '#/components/schemas/ListRuleEntryType'
42342
+ verificationState:
42343
+ type: string
42344
+ enum:
42345
+ - unverified
42346
+ - verified
42347
+ description: A state denoting whether entries have already been verified.
42348
+ verifiedBy:
42349
42350
42351
+ - unverifiedRule
42352
+ - fastWithdrawal
42353
+ description: The source that verified this entry (unverifiedRule or fastWithdrawal)
42354
required:
42355
- item
42356
- type
0 commit comments