-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorder.json
More file actions
41 lines (41 loc) · 3.59 KB
/
order.json
File metadata and controls
41 lines (41 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"message": "Request failed with status code 400",
"name": "AxiosError",
"stack": "AxiosError: Request failed with status code 400\n at settle (/Users/titan/projects/nfttools/bidding-bot/server/node_modules/axios/lib/core/settle.js:19:12)\n at IncomingMessage.handleStreamEnd (/Users/titan/projects/nfttools/bidding-bot/server/node_modules/axios/lib/adapters/http.js:599:11)\n at IncomingMessage.emit (node:events:526:35)\n at IncomingMessage.emit (node:domain:488:12)\n at endReadableNT (node:internal/streams/readable:1408:12)\n at processTicksAndRejections (node:internal/process/task_queues:82:21)\n at Axios.request (/Users/titan/projects/nfttools/bidding-bot/server/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Axios.request (/Users/titan/projects/nfttools/bidding-bot/server/node_modules/axios/lib/core/Axios.js:40:14)\n at async Axios.request (/Users/titan/projects/nfttools/bidding-bot/server/node_modules/axios/lib/core/Axios.js:40:14)\n at async Axios.request (/Users/titan/projects/nfttools/bidding-bot/server/node_modules/axios/lib/core/Axios.js:40:14)\n at Axios.request (/Users/titan/projects/nfttools/bidding-bot/server/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)",
"config": {
"transitional": {
"silentJSONParsing": true,
"forcedJSONParsing": true,
"clarifyTimeoutError": false
},
"adapter": ["xhr", "http", "fetch"],
"transformRequest": [null],
"transformResponse": [null],
"timeout": 292265,
"xsrfCookieName": "XSRF-TOKEN",
"xsrfHeaderName": "X-XSRF-TOKEN",
"maxContentLength": -1,
"maxBodyLength": -1,
"env": {},
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/json",
"X-NFT-API-Key": "d3348c68-097d-48b5-b5f0-0313cc05e92d",
"User-Agent": "axios/1.7.7",
"Content-Length": "1204",
"Accept-Encoding": "gzip, compress, deflate, br"
},
"method": "post",
"url": "https://api.nfttools.website/opensea/api/v2/orders/ethereum/seaport/offers",
"data": "{\"parameters\":{\"offerer\":\"0x1b8AfD0DE8a9368ce635Be8B9572c65d8F590B21\",\"offer\":[{\"itemType\":1,\"token\":\"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2\",\"identifierOrCriteria\":0,\"startAmount\":\"10000000000000000\",\"endAmount\":\"10000000000000000\"}],\"consideration\":[{\"itemType\":2,\"token\":\"0xecaac696474c550e222b34891f8198836d6ce2e6\",\"identifierOrCriteria\":\"119\",\"startAmount\":1,\"endAmount\":1,\"recipient\":\"0x1b8AfD0DE8a9368ce635Be8B9572c65d8F590B21\"},{\"itemType\":1,\"token\":\"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2\",\"identifierOrCriteria\":\"0\",\"startAmount\":250000000000000,\"endAmount\":250000000000000,\"recipient\":\"0x0000a26b00c1F0DF003000390027140000fAa719\"}],\"startTime\":\"1736194025\",\"endTime\":\"1736194925\",\"orderType\":2,\"zone\":\"0x000056f7000000ece9003ca63978907a00ffd100\",\"zoneHash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"salt\":\"23501\",\"conduitKey\":\"0x0000007b02230091a7ed01230072f7006a004d60a8d4e71d599b8104250f0000\",\"totalOriginalConsiderationItems\":\"2\",\"counter\":0},\"signature\":\"0xa8d6ef76727f48cc8adcd9e09db3c7bb643c62ca6e3653e6f2e0b2cf3b4c46d82160fa74258cc9a6b57b761f6cb205d39e7693ccdd467a8b807b85f94e99cb3c1b\",\"protocol_address\":\"0x0000000000000068f116a894984e2db1123eb395\"}",
"axios-retry": {
"retries": 3,
"shouldResetTimeout": false,
"validateResponse": null,
"retryCount": 3,
"lastRequestTime": 1736194035114
}
},
"code": "ERR_BAD_REQUEST",
"status": 400
}