{ "operationId": "get_profile_offers_received", "method": "GET", "path": "/api/v2/account/{address}/offers_received", "request": { "parameters": { "address": "string", "after": "string", "limit": 0, "collection_slugs": [ "string" ], "chains": [ "blast" ] } }, "response": { "200": { "offers": [ { "order_hash": null, "chain": null, "protocol_data": null, "protocol_address": null, "asset": null } ], "next": "string" } } }