The height of the block this Transfer was confirmed in (999999999 if unconfirmed)
heightIdstring
The unique height id of the block
datestring<date-time>required
The date this Transfer was last updated
confirmationsintegerrequired
The number of blocks that have been confirmed since this Transfer's block was confirmed
typestringrequired
Defines whether or not this Transfer was sent or received by the user
Allowed values: sendreceive
valueinteger
The total value (in base units) sent by this Transfer (may be approximate for ETH and other coins where amounts in base units can exceed 2^53 - 1)
valueStringstringrequired
The total value (in base units) sent by this Transfer represented as a String
Example: 2000000
Match pattern: ^-?\d+$
intendedValueStringstring
A string representation (in base units) of the initial value for the transfer. This is present because when a transaction fails on chain, its value is mutated to be zero. This string is immutable and will always be the intended value of the initial transfer regardless of the final state of the transaction.
Example: 2000000
Match pattern: ^-?\d+$
baseValueinteger
The value (in base units) sent by this transfer, excluding network fees. BitGo is deprecating this field in the future. Instead, use baseValueWithoutFees.
baseValueStringstring
The value (in base units) sent by this transfer, excluding network fees represented as a string. BitGo is deprecating this field in the future. Instead, use baseValueWithoutFees.
Example: 2000000
Match pattern: ^-?\d+$
baseValueWithoutFeesinteger
The value (in base units) sent by this transfer excluding network fees.
baseValueWithoutFeesStringstring
The value (in base units) sent by this transfer, excluding network fees, represented as a string
Example: 2000000
Match pattern: ^-?\d+$
feeStringstring
The Transfer's fee (in base units) represented as a String
payGoFeeinteger
The Transfer's BitGo fee (in base units)
payGoFeeStringstring
The Transfer's BitGo fee (in base units) represented as a String
usdnumberrequired
The amount of USD of this Transfer (will be negative if it's a send)
usdRatenumberrequired
The USD price at the time this Transfer was created
statestringrequired
The state of the transfer. Includes the following:
- `confirmed`: The transfer is confirmed on chain.
- `failed`: BitGo failed to confirm the transfer on chain. You must retry the transaction.
- `initialized`: The initial state when creating a transfer.
- `pendingApproval`: The transfer requires admin approval to proceed.
- `rejected`: The transfer was rejected by an admin.
- `removed`: A network re-org occurred, causing the confirmed transfer to be removed from the blockchain.
- `replaced`: The transfer was stuck due to having a low fee and was replaced by a new transfer with a higher fee.
- `signed`: The transfer was approved by an admin (if required) and then signed by BitGo.
- `unconfirmed`: The signed transaction was sent to the network, and is pending on-chain validation.
If this history object is of action `commented`, this is the comment from the user
commentstringrequired
A comment from the user
vSizeinteger
The size of the transaction
nSegwitInputsinteger
DEPRECATED. Number of segwit inputs on the transfer.
coinSpecificobjectrequired
Transfer fields specific to each coin type
sequenceIdstring
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.
consolidateIdstring
Consolidation ID if this transfer is part of a consolidation
The coin used to pay the fee (for cross-chain transactions)
instantboolean
Whether this is an instant transaction
instantIdstring
The instant transaction ID if applicable
isFeeboolean
Whether this transfer represents a fee
isRewardboolean
Whether this transfer represents a staking reward
isUnlockboolean
Whether this transfer represents an unlock operation
metadataarray[object]
Additional metadata associated with the transfer
keystring
valuestring
sendAccountingarray[object]
Accounting breakdown for send transactions
typestring
amountStringstring
nOutsinteger
amountinteger
idstring
createdTimestring<date-time>
The time this transfer was created
approvedTimestring<date-time>
The time this transfer was approved
rejectedTimestring<date-time>
The time this transfer was rejected
signedTimestring<date-time>
The time this transfer was signed
unconfirmedTimestring<date-time>
The time this transfer became unconfirmed
confirmedTimestring<date-time>
The time this transfer was confirmed
removedTimestring<date-time>
The time this transfer was removed
commentedTimestring<date-time>
The time this transfer was commented on
failedTimestring<date-time>
The time this transfer failed
regeneratedTimestring<date-time>
The time this transfer was regenerated
replacedTimestring<date-time>
The time this transfer was replaced
replacingTimestring<date-time>
The time this transfer started replacing another
abandonedTimestring<date-time>
The time this transfer was abandoned
signedDatestring<date-time>
The date this transfer was signed (legacy field)
customerApprovedTimestring<date-time>
The time this transfer was approved by the customer (trust transfers)
idVerificationTimestring<date-time>
The time identity verification was completed (trust transfers)
trustSignedTimestring<date-time>
The time this transfer was signed by trust (trust transfers)
trustFinalApprovalTimestring<date-time>
The time this transfer received final trust approval (trust transfers)
walletLabelstring
Label of the wallet associated with this transfer
enterpriseNamestring
Name of the enterprise associated with this transfer
ellipticstring
Elliptic risk score information (trust transfers)
senderInformationVerifiedboolean
Whether sender information has been verified (trust transfers)
buildParamsobject
Parameters used to build the transaction
entriesarray[object]
An array of objects describing the change in address balances made as a result of this Transfer
addressstring
An address affected by this Transfer
Example: 2NAUwNgXaoFj2VVnSEvNLGuez8CfdU2UCMZ
walletstring
Only visible when the user has access to the wallet
Example: 59cd72485007a239fb00282ed480da1f
Match pattern: ^[0-9a-f]{32}$
valueinteger
The change (in base units) in the address's balance
valueStringstring
The change (in base units) in the address's balance represented as a String
Example: 2000000
Match pattern: ^-?\d+$
isChangeboolean
True if this address is a change address (only exists for UTXO coins) and if this is a `sent` Transfer
isPayGoboolean
True if this address is the BitGo PayGo wallet
tokenstring
If this is a token entry, the token's symbol
Example: omg
labelstring
Names of addresses given by the user.
failedboolean
true if this entry is failed.
associatedNativeCoinAddressstring
The native coin receive address associated with the solana ATA address. This is currently present only for BitGo addresses.
memostring
Memo associated with this entry. Only available for STX, EOS, SOL, NEAR, and POLYX. For other coins (XLM, XRP, Cosmos-based, TON), memo is stored at the transaction level or appended to the address.
typestring
The type of this entry (e.g., transfer, fee, contract_call).
nftIdstring
NFT ID associated with this entry. Only present for NFT transfers.
nftSymbolstring
NFT symbol associated with this entry. Only present for NFT transfers.
usersNotifiedboolean
Whether BitGo already sent notifications to the users of the transfer wallet
labelstring
Address labels (if any) from entries concatenated.