跳到主要内容

Submit Deposit Questionnaire (For local entities that require travel rule) (supporting network) (USER_DATA)

API Description

Submit questionnaire for brokers of local entities that require travel rule. The questionnaire is only applies to transactions from un-hosted wallets or VASPs that are not yet onboarded with GTR.

HTTP Request

PUT /sapi/v1/localentity/broker/deposit/provide-info

Request Weight(UID)

600

Request Parameters

NameTypeMandatoryDescription
subAccountIdSTRINGYESExternal user ID.
depositIdSTRINGYESWallet deposit ID.
questionnaireSTRINGYESJSON format questionnaire answers.
beneficiaryPiiSTRINGYESJSON format beneficiary Pii.
networkSTRINGNO
coinSTRINGNO
amountBigDecimalNO
addressSTRINGNO
addressTagSTRINGNO
timestampLONGYESEpoch Sec
signatureSTRINGYESMust be the last parameter
  • Questionnaire is different for each local entity, please refer to Deposit Questionnaire Content page.
  • If getting error like Questionnaire format not valid. or Questionnaire must not be blank, please try to verify the format of the questionnaire and use URL-encoded format.

StandardPii

For Natural Person

NameTypeMandatoryDescription
piiTypeINTEGERYESFix to 0: Natural Person
latinNamesListYESIn case a person have complicated names or multiple names, this parameter is a list
localNamesListNOIn case a person have complicated names or multiple names, this parameter is a list
nationalitySTRINGNO
residenceCountrySTRINGYES
nationalIdentifierSTRINGNO
nationalIdentifierTypeSTRINGNO
nationalIdentifierIssueCountrySTRINGNO
dateOfBirthSTRINGNOyyyy-mm-dd. Not required but strongly recommended. Providing DOB could greatly reduce false positive rate during risk checking process.
placeOfBirthSTRINGNO
addressSTRINGNO

For Legal Person

NameTypeMandatoryDescription
piiTypeINTEGERYESFix to 1: Legal Person
latinNameSTRINGYESIt's company name for Legal Person
localNameSTRINGNO
registrationCountrySTRINGYES
nationalIdentifierSTRINGNO
nationalIdentifierTypeSTRINGNO
nationalIdentifierIssueCountrySTRINGNO
registrationDateSTRINGNOyyyy-mm-dd. Not required but strongly recommended.
addressSTRINGNO
walletAddressSTRINGNO
walletTagSTRINGNO

PiiName

NameTypeMandatoryDescription
firstNameSTRINGYESMandatory for Natural person
middleNameSTRINGNO
lastNameSTRINGNO

Response Example

{
"trId": 765127651,
"accepted": true,
"info": "Deposit questionnaire accepted."
}