Returns order by Id
OK
Bad Request
Not Found
Internal Server Error
{- "id": "ETHEREUM:0x19f487016770542dc6137b06499a4f7b42c9580f12d85d6347964b03b7682143",
- "fill": 123456.789,
- "platform": "RARIBLE",
- "status": "ACTIVE",
- "startedAt": "2019-08-24T14:15:22Z",
- "endedAt": "2019-08-24T14:15:22Z",
- "makeStock": 123456.789,
- "cancelled": true,
- "optionalRoyalties": false,
- "createdAt": "2019-08-24T14:15:22Z",
- "lastUpdatedAt": "2019-08-24T14:15:22Z",
- "dbUpdatedAt": "2019-08-24T14:15:22Z",
- "makePrice": 123456.789,
- "takePrice": 123456.789,
- "makePriceUsd": 123456.789,
- "takePriceUsd": 123456.789,
- "maker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "taker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "make": {
- "type": {
- "@type": "FLOW_NFT",
- "contract": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "tokenId": 123456
}, - "value": 123456.789
}, - "take": {
- "type": {
- "@type": "FLOW_NFT",
- "contract": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "tokenId": 123456
}, - "value": 123456.789
}, - "salt": "string",
- "signature": "string",
- "pending": [ ],
- "data": {
- "@type": "ETH_RARIBLE_V1",
- "fee": 123456
}
}
Returns all orders
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns all orders sorting by data base update
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns sell orders by maker
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns sell orders by item
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns all sell orders
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns order bids by maker
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns order bids by item
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}