跳到主要内容

提交充值问卷(针对需要旅行规则的本地站)(支持多网络)(USER_DATA)

接口描述

提交充值问卷(针对需要旅行规则的本地站)。 只有来自私有钱包或尚未接入GTR的交易所的充值交易才需要提交充值问卷。

HTTP请求

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

请求权重(UID)

600

请求参数

名称类型是否必需描述
trIdLONGYES旅行规则记录ID
questionnaireSTRINGYESJSON 格式问卷内容
timestampLONGYES
  • 每个本地站点的问卷内容都不一样,请参考充值问卷内容页。
  • 如果API返回 Questionnaire format not valid.Questionnaire must not be blank 错误,请尝检查Questionnaire格式并使用 URL-encoded format

响应示例

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