Create Transfer
POST
/api/v2/travelrule/transfers
This endpoint initiates the transfer of Travel Rule data between entities. It activates the essential data collection and verification procedures. Request Body
amount
number
The amount of the DTI asset.
True
dti
string
True
protocol
string
Travel Rule protocol. Examples: trp
, gtr
, flow
, trisa
True
beneficiary_vasp_id
string
6 character ID of the receiving Virtual Asset Service Provider (VASP). Example: ABCXYZ
True
originator_address
string
Blockchain address of the sender.
If an account is already linked to the originator_address
, it will be used as the originator account.
Example: 12higDjoCCNXSA95xZMWUdPvXNmkAduhWv
True
beneficiary_address
string
Blockchain address of the recipient.
If an account is already linked to the beneficiary_address
, it will be used as the beneficiary account.
Example: bc1qas2rvpejpvncd6z5hcscvw52n4wxw5th2de67v
True
originator_account_reference_id
string
Sender's account ID within the originator VASP.
If provided, the originator_account_reference_id
must match the linked account in the originator_address
.
If no linked account exists, the provided account will be linked instead.
Example: account5678
beneficiary_account_reference_id
string
Recipient's account ID within the originator VASP.
If provided, the beneficiary_account_reference_id
must match the linked account in the beneficiary_address
.
If no linked account exists, the provided account will be linked instead.
Example: account1234
transaction_hash
string
Unique ID of the blockchain transaction. Example: 80003fee6bcbb2726b4d6466d690fce6caaa03771aada747eb0651637514b893
reference_id
string
Unique identifier for the transfer. Example: transfer7890
Response
Last updated