Get received offers of an addressAsk AIget https://data-api.nftgo.io/eth/v1/address/received-offersReturn received offers of a wallet address.Query Paramsaddressstringlength between 42 and 42Defaults to 0x5ac69c26a15cfaaeb066043dcc932f7d01faf182Ethereum address, 42-character hexadecimal string beginning with 0xcollectionsstringThe collection filters is a array.The elements can be a contract address, collection id, slug or opensea slug.If the slug contains special characters, you need to escape them before performing the query.Maximum size is 50.marketsstringsort_bystringenumDefaults to order_create_timeSort by categories.best_offerfloor_differenceest_profitorder_create_timeorder_expire_timeAllowed:best_offerfloor_differenceest_profitorder_create_timeorder_expire_timeascbooleanDefaults to falseWhether to sort results in ascending ordertruefalseoffsetinteger≥ 0Defaults to 0The index of data segments. The returned data is divided into many segments. One segment is returned at a time. {offset} parameter indicates the index of data segments.limitinteger0 to 50Defaults to 20The size of a returned data segmentResponses 200Successful Response 422Validation ErrorUpdated 10 months ago