OmniBridge API
DappChinese API
  • Description
  • CROSS-CHAIN SWAP API
    • SWAP Interface
    • Exchange Time Order Graph
    • Check Token Types List Port
    • Obtain exchange rate basic information port
    • Create Order
    • Upload Transaction Hash
    • Batch Upload Transaction Hash
    • Check order status
    • Batch of Check order status
    • All Orders
    • Upload gas free orders
Powered by GitBook
On this page
  1. CROSS-CHAIN SWAP API

Upload Transaction Hash

1. Request Url

https://{host}/api/v2/modifyTxId

2. Request Param

Parameter name
Is it necessary
description

orderId

Y

transaction order number

depositTxid

Y

transaction hash value

3.Request Example

{
    "orderId": "33120af8-1866-4cb6-99a8-2c303f490c2c",           
    "depositTxid": "0x123"      
}

4.Response Data

{
    "resCode": "800",
    "resMsg": "成功",
    "data": "SUCCESS"
}
PreviousCreate OrderNextBatch Upload Transaction Hash

Last updated 2 years ago