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
PUT /sapi/v1/localentity/deposit/provide-info
Request Weight(UID)
600
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
tranId | LONG | YES | Wallet tran Id |
questionnaire | STRING | YES | JSON format questionnaire answers. |
timestamp | LONG | YES |
- Questionnaire is different for each local entity, please refer to
Deposit Questionnaire Content
page.- If getting error like
Questionnaire format not valid.
orQuestionnaire 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."
}