Get user's bid Orders
Returns bid Orders created by specified user and sorted by last update date
Query parameters
Since user's address can be present in several blockchains (for example, ETHEREUM and POLYGON), you can use this filter to get Orders only for specific blockchains. Or keep it empty to get Order from all blockchains
[ "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb" ]
Names of the blockchain networks. If no one specified, data from all blockchains will be returned
[ "ETHEREUM" ]
The platform where the order was created
The nft collection of order
[ "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8" ]
Blockchain address in Union format ${blockchainGroup}:${token}
Address of the consumer to receive the commission for the order
Order status
Currencies for bids
[ "ETHEREUM:0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2" ]
Lower time border of data (timestamp)
Upper time border of data (timestamp)
Continuation token from the previous response
The number of items to return
Search engine to use for search
Response
OK
Example response
{
"orders": [
{
"id": "ETHEREUM:0x19f487016770542dc6137b06499a4f7b42c9580f12d85d6347964b03b7682143",
"maker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
"taker": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
"make": {
"type": {
"blockchain": "ETHEREUM",
"contract": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430"
}
},
"take": {
"type": {
"blockchain": "ETHEREUM",
"contract": "ETHEREUM:0xd07dc4262bcdbf85190c01c996b4c06a461d2430"
}
},
"feeTakers": [
"ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
],
"data": {
"payouts": [
{
"account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
}
],
"originFees": [
{
"account": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
}
]
}
}
]
}