Withdrawal Confirmation
When sinohope receives a withdrawal request, it will send a confirmation request to the URL specified by the merchant. For callback rules, please refer to the relevant instructions in MPC WaaS Quick Start.
Request Body
- Array [
- ]
- Array [
- ]
The unique ID of the request, unchanged after multiple calls
requestDetail object required
Detailed information of the callback request; each type of callback request corresponds to a different requestDetail structure; the format is serialized JSON string.
Sinohope is a unique identifier for withdrawal transactions
wallet id
Unique identification of the chain
Unique token identifier
from address
to address
tag
Fill in the value when creating a withdrawal transaction
Amount (before precision conversion)
Precision
Fee
ethlike will have a value, non-ethlike will be given 0.
ethlike will have a value, non-ethlike will be given 0.
brc20Details object[]
operation type
inscription name
the number of this operation
inscription id
1:commit 2:reveal 3:transfer
from address
to address
runeDetails object[]
Other information related to the callback request; there is currently no clear information.
- 200
successful operation
Schema
The unique ID of the request, unchanged after multiple calls
Error message
Task execution instructions, APPROVE approval, REJECT rejection
{
"code": 200,
"requestId": "431431431431431",
"message": "",
"action": "APPROVE"
}