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": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456.789
}, - "take": {
- "type": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456.789
}, - "salt": "string",
- "signature": "string",
- "feeTakers": [ ],
- "data": {
- "@type": "RAW",
- "data": { }
}
}
Prepare all required data to match given order on the blockchain
OK
Bad Request
Not Found
Internal Server Error
{- "maker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "taker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "amount": 123456,
- "payouts": [
- {
- "account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "value": 0
}
], - "originFees": [
- {
- "account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "value": 0
}
]
}
{- "transferProxyAddress": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "asset": {
- "type": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456.789
}, - "transaction": {
- "to": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "data": "string"
}, - "value": 123456
}
Prepare all required data to cancel given order on the blockchain
OK
Bad Request
Not Found
Internal Server Error
{- "to": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430",
- "data": "string"
}
Create or update off-chain Order (supported only for some blockchains)
OK
Bad Request
Internal Server Error
{- "maker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "taker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "make": {
- "assetType": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456
}, - "take": {
- "assetType": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456
}, - "startedAt": "2019-08-24T14:15:22Z",
- "endedAt": "2019-08-24T14:15:22Z",
- "salt": 123456,
- "signature": "string",
- "@type": "RARIBLE_V2",
- "data": {
- "@type": "ETH_RARIBLE_V2",
- "payouts": [ ],
- "originFees": [ ]
}, - "blockchain": "ETHEREUM"
}
{- "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": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456.789
}, - "take": {
- "type": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456.789
}, - "salt": "string",
- "signature": "string",
- "feeTakers": [ ],
- "data": {
- "@type": "RAW",
- "data": { }
}
}
Validates and returns order by Id. IMPORTANT - validation is time-consuming operation!
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": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456.789
}, - "take": {
- "type": {
- "blockchain": "ETHEREUM",
- "@type": "CURRENCY_NATIVE"
}, - "value": 123456.789
}, - "salt": "string",
- "signature": "string",
- "feeTakers": [ ],
- "data": {
- "@type": "RAW",
- "data": { }
}
}
Returns Orders by specified list of Ids
OK
Bad Request
Internal Server Error
{- "ids": [
- "string"
]
}
{- "continuation": "string",
- "orders": [ ]
}
Returns all Orders in accordance with specified filters and sorted by last updated
date
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns all sales & transfers in accordance with specified filters and sorted by db updated
date. During internal updates (like migrations) Orders can be updated for technical reasons. In such case, last update
date won't be changed. If you want to store Orders in your own storage and keep it synced, use this method.
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns sell NFT Sales created by specified user and sorted by last update
date
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns sell sales & transfer created for specified NFT and sorted by price in USD (cheapest first)
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns sell Orders satisfying specified filters and sorted by last update
date
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns bid Orders created by specified user and sorted by last update
date
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns bid Orders created for specified NFT and sorted by price in USD (expensive first)
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Returns floor bids created for specified NFT Collection and sorted by price in USD (expensive first)
OK
Bad Request
Internal Server Error
{- "continuation": "string",
- "orders": [ ]
}
Get for buy pricing info from AMM Order
OK
Bad Request
Not Found
Internal Server Error
{- "@type": "SUDO_SWAP",
- "prices": [
- {
- "price": 123456,
- "priceValue": 123456.789,
- "priceUsd": 123456.789
}
], - "orderId": "ETHEREUM:0x19f487016770542dc6137b06499a4f7b42c9580f12d85d6347964b03b7682143"
}
Returns Protocol fee settings for Orders
OK
Bad Request
Internal Server Error
{- "fees": {
- "property1": 0,
- "property2": 0
}
}