You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Update the status of a file after it has been uploaded to the presigned URL. This endpoint is called by the client after successful upload.
description: Verify the upload status of all files in a document by checking with the storage provider. Updates file and document statuses based on actual verification results.
description: BLS public key of the validator to delegate to.
67840
+
required:
67841
+
- validatorAddress
67811
67842
StxDelegationProperties:
67812
67843
title: STX Delegation Properties
67813
67844
allOf:
@@ -70480,6 +70511,155 @@ components:
70480
70511
type: string
70481
70512
description: |
70482
70513
A `sequenceId` is a unique and arbitrary wallet identifier applied to transfers and transactions at creation. It is optional but highly recommended. With a `sequenceId` you can easily reference transfers and transactions—for example, to safely retry sending. Because the system only confirms one send request per `sequenceId` (and fails all subsequent attempts), you can retry sending without the risk of double spending. The `sequenceId` is only visible to users on the wallet and is not shared publicly.
70514
+
consolidateId:
70515
+
$ref: '#/components/schemas/Id'
70516
+
description: Consolidation ID if this transfer is part of a consolidation
70517
+
txRequestId:
70518
+
type: string
70519
+
description: Associated transaction request ID
70520
+
goStakingRequestId:
70521
+
type: string
70522
+
description: Associated GO staking request ID
70523
+
subType:
70524
+
type: string
70525
+
description: Transfer subtype
70526
+
enum:
70527
+
- ofc_withdrawal
70528
+
- ofc_deposit
70529
+
- ofc_unstake
70530
+
- ofc_stake
70531
+
feeCoin:
70532
+
type: string
70533
+
description: The coin used to pay the fee (for cross-chain transactions)
70534
+
instant:
70535
+
type: boolean
70536
+
description: Whether this is an instant transaction
70537
+
instantId:
70538
+
type: string
70539
+
description: The instant transaction ID if applicable
70540
+
isFee:
70541
+
type: boolean
70542
+
description: Whether this transfer represents a fee
70543
+
isReward:
70544
+
type: boolean
70545
+
description: Whether this transfer represents a staking reward
70546
+
isUnlock:
70547
+
type: boolean
70548
+
description: Whether this transfer represents an unlock operation
70549
+
metadata:
70550
+
type: array
70551
+
description: Additional metadata associated with the transfer
70552
+
items:
70553
+
type: object
70554
+
properties:
70555
+
key:
70556
+
type: string
70557
+
value:
70558
+
type: string
70559
+
sendAccounting:
70560
+
type: array
70561
+
description: Accounting breakdown for send transactions
70562
+
items:
70563
+
type: object
70564
+
properties:
70565
+
type:
70566
+
type: string
70567
+
amountString:
70568
+
type: string
70569
+
nOuts:
70570
+
type: integer
70571
+
amount:
70572
+
type: integer
70573
+
id:
70574
+
type: string
70575
+
createdTime:
70576
+
type: string
70577
+
format: date-time
70578
+
description: The time this transfer was created
70579
+
approvedTime:
70580
+
type: string
70581
+
format: date-time
70582
+
description: The time this transfer was approved
70583
+
rejectedTime:
70584
+
type: string
70585
+
format: date-time
70586
+
description: The time this transfer was rejected
70587
+
signedTime:
70588
+
type: string
70589
+
format: date-time
70590
+
description: The time this transfer was signed
70591
+
unconfirmedTime:
70592
+
type: string
70593
+
format: date-time
70594
+
description: The time this transfer became unconfirmed
70595
+
confirmedTime:
70596
+
type: string
70597
+
format: date-time
70598
+
description: The time this transfer was confirmed
70599
+
removedTime:
70600
+
type: string
70601
+
format: date-time
70602
+
description: The time this transfer was removed
70603
+
commentedTime:
70604
+
type: string
70605
+
format: date-time
70606
+
description: The time this transfer was commented on
70607
+
failedTime:
70608
+
type: string
70609
+
format: date-time
70610
+
description: The time this transfer failed
70611
+
regeneratedTime:
70612
+
type: string
70613
+
format: date-time
70614
+
description: The time this transfer was regenerated
70615
+
replacedTime:
70616
+
type: string
70617
+
format: date-time
70618
+
description: The time this transfer was replaced
70619
+
replacingTime:
70620
+
type: string
70621
+
format: date-time
70622
+
description: The time this transfer started replacing another
70623
+
abandonedTime:
70624
+
type: string
70625
+
format: date-time
70626
+
description: The time this transfer was abandoned
70627
+
signedDate:
70628
+
type: string
70629
+
format: date-time
70630
+
description: The date this transfer was signed (legacy field)
70631
+
customerApprovedTime:
70632
+
type: string
70633
+
format: date-time
70634
+
description: The time this transfer was approved by the customer (trust transfers)
70635
+
idVerificationTime:
70636
+
type: string
70637
+
format: date-time
70638
+
description: The time identity verification was completed (trust transfers)
70639
+
trustSignedTime:
70640
+
type: string
70641
+
format: date-time
70642
+
description: The time this transfer was signed by trust (trust transfers)
70643
+
trustFinalApprovalTime:
70644
+
type: string
70645
+
format: date-time
70646
+
description: The time this transfer received final trust approval (trust transfers)
70647
+
walletLabel:
70648
+
type: string
70649
+
description: Label of the wallet associated with this transfer
70650
+
enterpriseName:
70651
+
type: string
70652
+
description: Name of the enterprise associated with this transfer
70653
+
elliptic:
70654
+
type: string
70655
+
description: Elliptic risk score information (trust transfers)
70656
+
senderInformationVerified:
70657
+
type: boolean
70658
+
description: Whether sender information has been verified (trust transfers)
70659
+
buildParams:
70660
+
type: object
70661
+
description: Parameters used to build the transaction
70662
+
additionalProperties: true
70483
70663
entries:
70484
70664
type: array
70485
70665
description: An array of objects describing the change in address balances made as a result of this Transfer
@@ -71117,6 +71297,17 @@ components:
71117
71297
example: 'true'
71118
71298
TransferState:
71119
71299
type: string
71300
+
description: |
71301
+
The state of the transfer. Includes the following:
71302
+
- `confirmed`: The transfer is confirmed on chain.
71303
+
- `failed`: BitGo failed to confirm the transfer on chain. You must retry the transaction.
71304
+
- `initialized`: The initial state when creating a transfer.
71305
+
- `pendingApproval`: The transfer requires admin approval to proceed.
71306
+
- `rejected`: The transfer was rejected by an admin.
71307
+
- `removed`: A network re-org occurred, causing the confirmed transfer to be removed from the blockchain.
71308
+
- `replaced`: The transfer was stuck due to having a low fee and was replaced by a new transfer with a higher fee.
71309
+
- `signed`: The transfer was approved by an admin (if required) and then signed by BitGo.
71310
+
- `unconfirmed`: The signed transaction was sent to the network, and is pending on-chain validation.
0 commit comments