获取基本NFT列表

1. 接口调用:

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

2. 请求参数实例

3.请求参数示例

{
	"equipmentNo": "",
	"keywords": "",
	"page": 1,
	"pageSize": 50,
	"sessionUuid": "",
	"sourceFlag": "",
	"sourceType": "",
	"type": "collection",
	"userNo": ""
}

4.返回结果示例

{
	"data": {
		"lists": [
			{
				"contractAddress": "",
				"currentPrice": "",
				"id": "",
				"imageUrl": "",
				"isSupportAny": 0,
				"itemNum": "",
				"mainnet": "",
				"name": "",
				"ownerAddress": "",
				"paymentContract": "",
				"paymentDecimals": "",
				"paymentTokenName": "",
				"paymentUrl": "",
				"platformId": "",
				"platformUrl": "",
				"tokenId": "",
				"type": ""
			}
		],
		"total": 0
	},
	"resCode": "800",
	"resMsg": "success"
}

Last updated