Skip to main content
POST
/
v1
/
project-wallet
/
orders
/
list
cURL
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
    }
  ]
}
'
[
  {
    "id": "<string>",
    "result": [
      {
        "type": "<string>",
        "result": {}
      }
    ]
  }
]

Authorizations

x-api-key
string
header
required

Body

application/json

List order request details

chainId
number
required

Chain ID

Example:

1868

items
object[]
required

Array of listing inputs

Response

201 - application/json

List order successful

id
string
required

Step identifier

result
object[]
required

Array of step results