cURL
curl --request GET \ --url https://api.orderly.org/v1/notification/inbox/notifications \ --header 'orderly-account-id: <orderly-account-id>' \ --header 'orderly-key: <orderly-key>' \ --header 'orderly-signature: <orderly-signature>' \ --header 'orderly-timestamp: <orderly-timestamp>'
{ "success": true, "timestamp": 1702989203989, "data": { "rows": [ { "id": 12345, "message_type": "ORDER_FILLED", "email": "test@orderly.network", "application_id": "0x0f29bfb4c1bc9fea3f3be46bab6d795e22a6272354b136fde05f6b80cfcad546", "title": " Your order has been filled", "type": "TRADE", "level": "GENERAL", "content_summary": "Your order to buy 1 NEAR-PERP has been filled: 0.5/1 at 1.9876.", "content": "<p>Your order to buy 1 NEAR-PERP has been filled: 0.5/1 at 1.9876.</p>", "content_raw": { "symbol": "PERP_NEAR_USDC", "side": "BUY", "order_id": 1, "executed_price": 1.9876, "executed_quantity": 0.5, "executed_timestamp": 1567382401000 }, "mark_read": 1, "operator": 1, "created_time": 1670425970373, "announcement_id": 123 } ], "meta": { "total": 9, "records_per_page": 25, "current_page": 1 } } }
Limit: 10 requests per 60 seconds
GET /v1/notification/inbox/notifications
Get all notifications for the user.
Currently the only supported message type is the order filled message.
Filter nofications by type (TRADE / SYSTEM).
OK
true
Show child attributes
1702989203989