Patch Travel Rule Transfers with PII

patch/api/travel-rule/v1/admin/transfers/{id}

Update travel rule transfers with personally identifiable information (PII).

Path Parameters

  • idstringRequired
    Min length: >= 1 characters

Request Body

sourceOfInformation string
Allowed values: TRUST SELF_DECLARATION SMALL_DEPOSIT_TEST MANUAL_ENTRY MISSING
pii object
beneficiary dictionary<string, string> required
originator dictionary<string, string> required
isSelfHostedWallet boolean
vaspName string
isKnownVasp boolean
jurisdiction string
comment string

200 Response

transfers array[object] required
The list of transactions
id string
The ID of the transfer details
Min length: >= 1 characters
bitgoOrg string
The BitGo organization associated with the transfer.
Allowed values: BitGo Trust BitGo New York BitGo Germany BitGo Switzerland BitGo Europe ApS Frankfurt DE Trust BitGo Singapore BitGo Korea BitGo Custody MENA FZE BitGo India BitGo Sister Trust 1 BitGo Inc
accountType string
The type of account (e.g., individual or entity).
Allowed values: individual entity
enterpriseName string
The name of the enterprise associated with the transfer.
enterpriseId string
The ID of the enterprise associated with the transfer.
walletName string
The name of the wallet involved in the transfer.
walletId string
The ID of the wallet involved in the transfer.
originatingAddress string
The address from which the transfer originated.
destinationAddress string
The address to which the transfer is sent.
txid string
The transfer ID.
transferId string
Transfer ID.
timestampOfTransfer string <date-time>
The timestamp of the transfer in ISO 8601 format.
transferType string
The type of transfer (e.g., deposit or withdrawal).
Allowed values: DEPOSIT WITHDRAWAL
usd number
The amount of the transfer in USD.
amount string
The amount of cryptocurrency involved in the transfer.
symbol string
The symbol of the cryptocurrency (e.g., BTC, ETH).
sourceOfInformation string
The source of information for the transfer.
Allowed values: TRUST SELF_DECLARATION SMALL_DEPOSIT_TEST MANUAL_ENTRY MISSING
pii object required
Personally identifiable information (PII) of the originator and beneficiary.
isSelfHostedWallet boolean
Indicates if the wallet is self-hosted.
vaspName string
The name of the Virtual Asset Service Provider (VASP).
isKnownVasp boolean
Indicates if the VASP is known.
jurisdiction string
The jurisdiction of the transfer.
comments array[string]
Additional comments or notes about the transfer.
hasMore boolean
Indicates if there are more transactions to fetch
nextCursor string
The nextId for pagination
prevCursor string
The prevId for pagination

400 Response

name string
context object required
error string required
requestId string required

401 Response

name string
context object required
error string required
requestId string required

404 Response

name string
context object required
error string required
requestId string required

500 Response

name string
context object required
error string required
requestId string required