Skip to main content

find-all-orders

Fetch all orders by against client

Path Parameters
  • clientId uuid required

    client's Id

Header Parameters
  • x-api-key required
Responses


{
"message": "Orders found successfully",
"orders": {
"message": "Orders found successfully",
"status": 200,
"orders": [
{
"orderNo": "6332FB924F73440001A08E09",
"releaseId": "2311827f-0e00-4f77-930e-b5f44f3cd30b",
"currency": "SGD",
"priceUsd": 141,
"nftStatus": "TRANSFERED",
"txId": "0x00772f42f674cf2865ba98be710df7e6c9f0efc3ee6a731eb3c921e65563a8a7",
"orderId": "1a137799-63f4-49b1-9605-b052f7516e3c",
"createdAt": "Tue Sep 27 2022 18:33:07 GMT+0500",
"priceEth": 0,
"fastTransfer": true,
"prodDetails": [
{
"uri": "https://metastaq.mypinata.cloud/ipfs/QmSLWBZYRKER4zpoHyF6ojpK3EN8nBY6uUNVMQWUi26RCJ/657",
"metadata": {
"name": "Bold Bunny #1006",
"image": "https://metastaq.mypinata.cloud/ipfs/QmXVujf45kqB8Jtb4nMfpszJQgwhNAbSj61r9M43rFohKf",
"seller_fee_basis_points": "1000",
"attributes": [
{
"value": "Cheeky bunny",
"trait_type": "Bunny Type"
},
{
"value": "Floral lace cut lingerie set",
"trait_type": "Garment"
},
{
"value": "Orchid",
"trait_type": "Eye colour"
},
{
"value": "Side ponytail",
"trait_type": "Hairstyle"
},
{
"value": "Turquoise blue",
"trait_type": "Hair colour"
},
{
"value": "Single charm bracelet",
"trait_type": "Accessory 1"
},
{
"value": "Modern hieroglyphics I",
"trait_type": "Background"
},
{
"value": "Normal",
"trait_type": "Tier"
}
],
"tokenId": 657,
"fee_recipient": "0x96b7033cb22a166d51Ef3fdDE431c22c21378a56"
},
"transactionHash": "0x00772f42f674cf2865ba98be710df7e6c9f0efc3ee6a731eb3c921e65563a8a7"
}
],
"clientId": "17e4b9ae-5577-4da2-b90a-06f8032902fe",
"paymentChannel": "ATOME",
"customerWallet": "0xC2C13FE980142AB31d70CC6E4A3E8C2711D97B9C",
"paymentStatus": "PAID",
"customerEmail": "cswmantra@yahoo.com",
"numberOfNfts": 1,
"collectionId": "5dc8fcd8-61b0-494f-b8d6-0bc7e3c10138"
}
]
}
}