Get TXID Notify
Method
POST
Url
https://{YOUR_SERVICE_URL}/(receive_tx_id_update: 7)
This API endpoint is for inform you the relation of tx id and travel rule, When initiator transfer assets on chain, they will provide you the txId and the request id that they done the PII verification(travel rule) before, so that you can mapping to your service
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Required)
- Schema
- Example
requestId
RequiredString
Min Length4
Max Length64
Pattern
[\w\d_=-]+
travelruleId
OptionalString
txId
RequiredString
Min Length0
Max Length256
{
"requestId": "string",
"travelruleId": "string",
"txId": "string"
}
Responses
Status HTTP Status: 200, VerifyStatus: 100000
default response
JSON Content
- Schema
- Example
[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
OptionalInteger (int32)
{
"verifyStatus": 100000,
"verifyMessage": "Verify Success"
}