Skip to main content

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

API Description

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

HTTP Request

GET /sapi/v1/localentity/deposit/provide-info

Request Weight(UID)

600

Request Parameters

NameTypeMandatoryDescription
trIdLONGYESTravel rule record id
questionnaireSTRINGYESJSON format questionnaire answers.
timestampLONGYES
  • 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.

Response Example

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