Create/Update Order in the Backend

Used for Looksrare/x2y2 backend listing

Request Url: /api/v2/meta/createOrUpdateOrderBackend

Request Method: POST

Request example:

{
    "id":2,
    "side":0, 
    "nftId":"434616516961730560",
    "chainName":"ETH",
    "contractAddress":"111",
    "tokenId":"123",
    "imageUrl":"456",
    "platformId":"386405378620468200",
    "status":"added",
    "price":"900000000000000000",
    "userAddress":"0x76336d2903e8f6d62cc3f5d05283108e3d2785e1",
    "paymentContract":"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
    "paymentDecimals":"18",
    "paymentUrl":"https://swap.swftcoin.com/swft-v3/images/coins/ETH.png",
    "orderInfos":{}
}

Output example:

Last updated