SWFT API
H5Chinese APIDownload
Search
⌃K
Links
Description
Cross-chain swap API
SWFT 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
All Orders
Query Address Score
SWFT PAY API
SWFT Pay Interface
SWFT TRADE API
SWFT TRADE Interface
Generate signature
Get Account Balance
Single currency Account Balance
Get the Order Detail of Account
Get the Support Trade Pair
Get Market Depth
Place a New Order
Submit Cancel for an Order
Get All Open Orders
Search Historical Orders
Get the Order Detail of an Order
SWFT NFT API
SWFT NFT Interface
Get NFT Category List
Get NFT Detail List
Query nft by account
Query price
Place an order
Add the hash of the order
Query transaction records
Check order details
Powered By GitBook

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"
}
Cross-chain swap API - Previous
Create Order
Next - Cross-chain swap API
Batch Upload Transaction Hash
Last modified 2mo ago
Copy link