SWFT API-en
H5Chinese API
  • Description
  • PAY API
    • Pay Interface
  • TRADE API
    • 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
    • Latest transaction information
    • Historical transaction record
    • K-line data
  • NFT API
    • 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
On this page
  1. NFT API

Add the hash of the order

1. Request Url

https://{host}/gt/swap/path/v1/modifyDepositTxId

2. Request Param

Parameter name

Is it necessary

description

depositTxid

Y

transaction hash

orderId

Y

order Id

platformAddress

Y

platform address

userAddress

Y

user address

equipmentNo

N

device ID

sessionUuid

N

User's unique login ID sessionId

sourceFlag

N

The order source is used to identify which platform created the order and needs to be negotiated with us

sourceType

N

Request source device (IOS, Android, h5)

userNo

N

userNo

3.Request Example

{
	"depositTxid": "",
	"equipmentNo": "",
	"orderId": "",
	"platformAddress": "",
	"sessionUuid": "",
	"sourceFlag": "",
	"sourceType": "",
	"userAddress": "",
	"userNo": ""
}

4.Response Data

{
	"data": "",
	"resCode": "800",
	"resMsg": "success"
}
PreviousPlace an orderNextQuery transaction records