跳至主要内容

提现二次确认

当sinohope收到提现请求时,会向商户指定的url发送确认请求。 关于回调规则,可参考 MPC WaaS 快速入门 中的相关说明。

Request Body
    requestId string required

    请求的唯一id,多次调用不变

    requestDetail object required

    回调请求的详细信息;每种类型的回调请求对应于不同的requestDetail结构;格式为序列化的 JSON字符串

    sinoId string required

    Sinohope 对提现交易的唯一标识

    walletId string required

    钱包id

    chainSymbol string required

    链唯一标识

    assetId integer required

    代币唯一标识

    from string required

    from地址

    to string required

    to地址

    toTag string required

    tag

    note string

    提现交易创建时填写值

    amount string required

    金额(精度转换前)

    decimal integer required

    精度

    fee string required

    手续费

    gasPrice string

    ethlike会有值,非ethlike给0

    gasLimit string

    ethlike会有值,非ethlike给0

    brc20Details object[]
  • Array [
  • method string

    操作类型

    ticker string

    名称

    quantity string

    本次操作的数量

    inscriptionId string

    铭文id

    step int

    1:commit 2:reveal 3:transfer

    from string

    from地址

    to string

    to地址

  • ]
  • runeDetails object[]
  • Array [
  • fromAddress string
    toAddress string
    runeName string
    runeId string
    runeSpacedName string
    runeSymbol string
    runeDivisibility int
  • ]
  • extraInfo string

    与回调请求相关的其他信息;当前暂无明确信息。

Responses

successful operation


Schema
    code integer
    requestId string

    请求的唯一id,多次调用不变

    message string

    错误信息

    action string

    任务执行说明,APPROVE 批准、REJECT 拒绝

Loading...