Users Nft trade list
流量控制: 5 每 秒
摘要
HTTP 方法
GET
访问路径
/api/v3/user/nft/trades
功能
Users NFT trade list
API 描述
HTTP头
字段 | 类型 | 必须 | 说明 | 举例 |
---|---|---|---|---|
X-API-KEY | string | 是 | ApiKey | "HlkcGxbqBeaF76j4rvPaOasyfPwnkQ 6B6DQ6THZWbvrAGxzEdulXQvOKLrRW ZLnN" |
请求参数
字段 | 类型 | 必须 | 说明 | 举例 |
---|---|---|---|---|
accountId | integer | 是 | users accountId. | 10001 |
nftData | string | 否 | the nftData of the NFT token | "0xf7c9323511 86c3a9053f31 3eefa16209c0 18f7f1dba8aa 8ca7100400f7 c31085" |
orderHash | string | 否 | request.getNftTrades.orderHash | "0xf7c9323511 86c3a9053f31 3eefa16209c0 18f7f1dba8aa 8ca7100400f7 c31085" |
start | integer | 否 | Start time in milliseconds | 1567053142 |
end | integer | 否 | End time in milliseconds | 1567053142 |
startId | integer | 否 | The begin id of the query. | 1234 |
limit | integer | 否 | Number of records to return | 50 |
请求示例
HTTP
CURL
GET https://api3.loopring.io/api/v3/user/nft/trades?accountId=10001&nftData=0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085&orderHash=0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085&start=1567053142&end=1567053142&startId=1234&limit=50 HTTP/1.1
Host: api3.loopring.io
Connection: keep-alive
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: zh,en;q=0.9
X-API-KEY: sra1aavfa
curl -H "X-API-KEY:sra1aavfa" https://api3.loopring.io/api/v3/user/nft/trades\?accountId\=10001\&nftData\=0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085\&orderHash\=0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085\&start\=1567053142\&end\=1567053142\&startId\=1234\&limit\=50
响应字段
字段 | 类型 | 必须 | 说明 | 举例 |
---|---|---|---|---|
totalNum | integer | 是 | field.totalNum.description | 100 |
trades | List[List[string]] | 是 | Trade info | "[["0","0","B UY","0","0", "LRC-USDT"," 0","0"]]" |
响应示例
{
"totalNum" : 100,
"trades" : [["0","0","BUY","0","0","LRC-USDT","0","0"]]
}
状态码
状态码 | 描述 |
---|---|
100000 | Unknown error |
104001 | Empty ApiKey |
104002 | Invalid ApiKey |
104003 | Invalid Account ID |