Skip to main content
POST
Submit Deposit Sender Travel Rule

Authorizations

x-auth-token
string
header
required

The API token for login provided by UQPay.

Headers

x-on-behalf-of
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

x-idempotency-key
string<uuid>

A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.

Body

application/json
source_address
string
required

Deposit source address. Use the from_address from the deposit notification; it must match that deposit.

Example:

"TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"

network
string
required

Network of the deposit. Use the network from the deposit notification.

Example:

"TRX"

meta_data
object
required

Travel Rule data for the deposit originator (sender).

Response

200 - application/json

Deposit sender Travel Rule accepted

code
integer
required
Example:

200

message
string
required
Example:

"Success"

data
any | null
required

Always null; a successful response means the submission was accepted.

Example:

null