coinstring required
A cryptocurrency or token ticker symbol.
txidstring required
The on-chain transaction id.
Go Account / OFC wallets: For ofc_withdrawal transfers the top-level txid
(and normalizedTxHash) is the internal front-transfer hash, not the on-chain
transaction hash. The on-chain hash is available in metadata[].onChainTxId once
the transfer reaches state confirmed. For standard ofc_deposit transfers
(non-lightning) all three values are identical. For OFC lightning deposits the
payment hash is in metadata[].lightningPaymentHash; onChainTxId is absent.
normalizedTxHashstring
A normalized form of txid used for deduplication. For most coins this is
identical to txid. For account-model coins (e.g. ETH and its tokens) it may
differ from txid when the transaction is regenerated. For lightning
transfers, normalizedTxHash is identical to txid (no transformation is
applied).
Go Account / OFC withdrawals: Like txid, this field holds the internal
front-transfer hash, not the on-chain hash. Use metadata[].onChainTxId for
the on-chain transaction hash.
txidType'transactionHash' | 'blockHash'
The type of the transaction id
heightinteger required
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
confirmationsinteger required
The number of blocks that have been confirmed since this Transfer's block was confirmed
type'send' | 'receive' required
Defines whether or not this Transfer was sent or received by the user
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)
valueStringstring required
intendedValueStringstring
baseValueinteger
The value (in base units) sent by this transfer, excluding network fees. BitGo is deprecating this field in the future. Instead, use baseValueWithoutFees.
baseValueWithoutFeesinteger
The value (in base units) sent by this transfer excluding network fees.
baseValueWithoutFeesStringstring
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
usdnumber required
The amount of USD of this Transfer (will be negative if it's a send)
usdRatenumber required
The USD price at the time this Transfer was created
state'confirmed' | 'failed' | 'initialized' | 'pendingApproval' | 'rejected' | 'removed' | 'replaced' | 'signed' | 'unconfirmed' required
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.
tagsId[] required
The tags to be used on this Transfer (used in Policies)
vSizeinteger
The size of the transaction
coinSpecificobject required
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.
txRequestIdstring
Associated transaction request ID
goStakingRequestIdstring
Associated GO staking request ID
subType'ofc_withdrawal' | 'ofc_deposit' | 'ofc_unstake' | 'ofc_stake' | 'ofc_book_transfer'
feeCoinstring
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
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
usersNotifiedboolean
Whether BitGo already sent notifications to the users of the transfer wallet
labelstring
Address labels (if any) from entries concatenated.
replacesstring[]
Transaction IDs that this transfer replaces.
replacedBystring[]
Transaction IDs that replace this transfer.
riskIndicatorsstring[]
Risk indicators detected on this transfer (e.g. SELFDESTRUCT opcode). Transfers with risk indicators will not trigger webhook or email notifications.