API Reference
All services for Travel Rule are listed here. You can search for services from the indicator on the right.
Create Transaction
POST
/travelrule/create_tx
This service is there to allow you to create a transaction when sending money of the endpoint. The originator data must definitely include the name and wallet address. In the originator data, you must send one of the following data: date of birth, identity information, address or customer number. On the beneficiary side, it is sufficient to send only the name and wallet address data.
Body
transaction_ref
string
Transaction reference number from your system. (Required)
transaction_asset
string
Asset Symbol (Required)
transaction_amount
string
Asset Amount (Required)
transaction_asset_decimals
string
Asset Decimals (Required)
originator
object
Originator Data (Required)
persons
array
Originator Person Data (Required)
name
object
Originator Person Name (Required)
dateAndPlaceOfBirth
object
Originator Person birthplace or birthday
nationalIdentifier
object
Originator Person national identifier
customerIdenficiation
object
Originator Person customer ID
geographicAddress
object
Originator Person's Address
accountNumber
array
Originator Wallet Address (Required)
beneficiary
object
Beneficiary Data (Required)
persons
array
Beneficiary Person Data (Required)
name
object
Beneficiary Person Name (Required)
dateAndPlaceOfBirth
object
Beneficiary Person birthplace or birthday
nationalIdenficiation
object
Beneficiary Person national identifier
customerIdenficiation
object
Beneficiary Person customer ID
geographicAddress
object
Beneficiary Person's Address
accountNumber
array
Beneficiary Wallet Address (Required)
Send Transaction Hash
POST
/travelrule/send_tx_hash
This service is sending transaction hash to us for travel rule protocol.
Body
transaction_ref
string
Your transaction reference number. (Required)
transaction_hash
string
On-Chain Transaction Hash (Required)
List Available VASPs
GET
/travelrule/list_vasps
This service is listing available vasps for travel rule withdrawal.
Send Wallet Address
POST
/travelrule/send_address
This service is sending wallet address to us for travel rule protocol.
Body
transaction_ref
string
Your transaction reference number. (Required)
address
string
Wallet Address (Required)
Receive Transaction Without Protocol
POST
/travelrule/receive_tx_without_protocol
This service is there to allow you to receive a transaction when without protocol.
Last updated
Was this helpful?