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

Check order details

1. Request Url

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

2. Request Param

Parameter name

Is it necessary

description

orderId

Y

orderId

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

{
	"equipmentNo": "",
	"orderId": "",
	"sessionUuid": "",
	"sourceFlag": "",
	"sourceType": "",
	"userNo": ""
}

4.Response Data

{
	"data": {
		"createTime": "",
		"depositCoinAmt": "",
		"depositCoinCode": "",
		"depositHashExplore": "",
		"depositTxid": "",
		"destinationAddr": "",
		"equipmentNo": "",
		"isNft": "",
		"nftId": "",
		"nftLogoUrl": "",
		"nftName": "",
		"orderId": "",
		"orderSide": "",
		"orderStatus": "",
		"platformAddr": "",
		"receiveCoinAmt": "",
		"receiveCoinCode": "",
		"receiveHashExplore": "",
		"refundAddr": "",
		"refundCoinAmt": "",
		"refundDepositTxid": "",
		"refundHashExplore": "",
		"router": "",
		"transactionHash": "",
		"transactionId": "",
		"userAddr": ""
	},
	"resCode": "800",
	"resMsg": "success"
}
PreviousQuery transaction records