Get transfer by ID

get/link/api/link/v1/enterprises/{enterpriseId}/transfers/{transferId}

Retrieves a single transfer by its ID for an enterprise.

Path Parameters

  • enterpriseIdstringRequired
    Your enterprise id.
    Example: 59cd72485007a239fb00282ed480da1f
    Pattern: ^[0-9a-f]{32}$
    Min length: >= 1 characters
  • transferIdstringRequired
    The transfer ID to retrieve.
    Example: aba3a693-4f28-4523-8e53-85a3df22a608

200 Response

id string required
accountId string required
status string required
Allowed values: processing pending_approval pending completed failed canceled
amount string required
Min length: >= 1 characters
genericAsset string
Min length: >= 1 characters
rawAsset string required
Min length: >= 1 characters
displayAsset string required
Min length: >= 1 characters
rawNetwork string
Min length: >= 1 characters
fromAsset string
Min length: >= 1 characters
fromNetwork string
Min length: >= 1 characters
fromId string
Min length: >= 1 characters
fromType string
Allowed values: address bitgo_wallet link_account venue_account
toAsset string
Min length: >= 1 characters
toNetwork string
Min length: >= 1 characters
toId string
Min length: >= 1 characters
toType string
Allowed values: address bitgo_wallet link_account venue_account
initiatedBy string
Min length: >= 1 characters
fromName string
Min length: >= 1 characters
toName string
Min length: >= 1 characters
fromVenueId string
Min length: >= 1 characters
toVenueId string
Min length: >= 1 characters
accountSubType string
Normalized sub-account-type for the transfer's owning Link account. Read from the Link DB column populated by the normalized-transfers Kafka consumer. Absent when the upstream message omitted a sub-type. For pass-through values (no matching venue-config entry), this carries the raw venue label and `rawAccountSubType` / `accountSubTypeLabel` are absent.
Min length: >= 1 characters
rawAccountSubType string
Venue-raw sub-type label, projected from venue config. Absent for pass-through values.
Min length: >= 1 characters
accountSubTypeLabel string
Human-readable sub-type display label, projected from venue config. Absent for single-sub-type venues or pass-through values.
Min length: >= 1 characters
fromAccountSubType string
Source-leg normalized sub-account-type. Only set for `link_account` legs that ingested with a sub-type.
Min length: >= 1 characters
fromRawAccountSubType string
Min length: >= 1 characters
fromAccountSubTypeLabel string
Min length: >= 1 characters
toAccountSubType string
Destination-leg normalized sub-account-type. Only set for `link_account` legs that ingested with a sub-type.
Min length: >= 1 characters
toRawAccountSubType string
Min length: >= 1 characters
toAccountSubTypeLabel string
Min length: >= 1 characters
cryptoDetail object
Crypto detail response for a transfer
confirmations number
createdAt string <date-time>required
feeAmount string
Min length: >= 1 characters
feeAsset string
Min length: >= 1 characters
feeNetwork string
Min length: >= 1 characters
feeRawAsset string
Min length: >= 1 characters
feeRawNetwork string
Min length: >= 1 characters
fromAddress string
Min length: >= 1 characters
hash string required
Min length: >= 1 characters
id string required
linkTransferId string required
status string required
Allowed values: unconfirmed confirmed failed canceled unknown
toAddress string
Min length: >= 1 characters
updatedAt string <date-time>required
bitgoDetail object
BitGo detail response for a transfer
createdAt string <date-time>required
evaluationId string
Min length: >= 1 characters
id string required
linkTransferId string required
pendingApprovalId string
Min length: >= 1 characters
transactionRequestId string
Min length: >= 1 characters
transferId string
Min length: >= 1 characters
updatedAt string <date-time>required
walletId string
Min length: >= 1 characters
venueDetail object
Venue detail response for a transfer
createdAt string <date-time>required
id string required
linkTransferId string required
updatedAt string <date-time>required
venueCreatedDate string <date-time>required
venueModifiedDate string <date-time>required
venueTransferId string
Min length: >= 1 characters
sortTimestamp string <date-time>
createdAt string <date-time>required
updatedAt string <date-time>required

400 Response

401 Response

errorName string required
error string required

403 Response

errorName string required
error string required

404 Response

errorName string required
error string required

500 Response

errorName string required
error string required