curl --request POST \
--url https://api.lootexplus.com/v1/project-wallet/orders/list \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"chainId": 1868,
"items": [
{
"tokenAddress": "0xfc8e7bda94874f6baa591dd70af0fda1fca201ab",
"tokenType": "ERC721",
"tokenId": "142",
"unitPrice": "0.1",
"quantity": "1",
"currencyAddress": "0x4200000000000000000000000000000000000006",
"currencySymbol": "WETH",
"currencyDecimals": 18
}
]
}
'