How to use the Notifications endpoints in the Bloquo API?

How to use the Notifications endpoints in the Bloquo API?

πŸ”” Bloquo API: Notification Endpoints


Overview

The Notifications endpoints allow clients to retrieve a history of notifications generated by the platform (such as transaction status changes) and to manually trigger resending of notifications if needed.


πŸ” List Notifications

GET /notification/order

Retrieves previously sent system notifications related to deposit, withdrawal, or trade orders.

Authentication: Requires Bearer Token.

πŸ“Ž Link to full response example in the documentation


πŸ” Resend Notification

GET /notification/order/:orderId/resend

Triggers the resend of a notification for a specific order.

Required parameter:

  • orderId: ID of the deposit, withdrawal or trade order.

Authentication: Requires Bearer Token.

πŸ“Ž Link to full usage example in the documentation


⚠️ Key Notes

  • Notifications are tied to specific orders and represent system events like status changes.

  • Useful when a webhook is missed or a manual resend is needed.

  • Can be integrated into internal monitoring or recovery workflows.


❓ FAQ – Common Questions

1. What types of orders support notifications?

Notifications are generated for deposit, withdrawal, and trade orders.

2. How do I know if the resend was successful?

The API will respond with 200 OK and a message confirming the resend.

3. Can I list all past notifications?

Yes. The listing endpoint retrieves all past notifications based on access permissions.

4. Is authentication required for these endpoints?

Yes. Both endpoints require a valid Bearer Token.


Now you're ready to work with Notifications in the Bloquo API. For more information, visit the official documentation.

    • Related Articles

    • πŸ“š Bloquo Webhooks Integration: Receiving Real-Time Order Status Notifications

      ? Bloquo Webhooks Integration: Receiving Real-Time Order Status Notifications ? Feature Overview Bloquo Webhooks are a critical real-time notification mechanism that ensures clients are immediately informed about any status change in their Deposit ...
    • How to use the Trades endpoints in the Bloquo API?

      ? Bloquo API: Trades Endpoints Overview The Trades endpoints allow efficient currency exchange operations on the platform, including quote requests, trade confirmations, and trade history listing. ? Request Quote POST Request Quote Request a quote ...
    • How to use the Accounting endpoints in the Bloquo API?

      ? Bloquo API: Accounting Endpoints βœ… Overview The Accounting section endpoints of the Bloquo API allow you to retrieve financial data of the authenticated customer, such as: Customer registration details Accounts (FIAT and CRYPTO) Current balances ...
    • How to use the Orders endpoints in the Bloquo API?

      ? Bloquo API: Orders Endpoints Overview The Orders section of the Bloquo API allows you to create, list, and refund deposit and withdrawal orders. This functionality is essential for managing incoming and outgoing transactions on the platform. ? ...
    • How to retrieve available currencies using the Reference endpoints?

      ? Bloquo API: Reference Endpoints (Currencies) Overview The Reference endpoints in Bloquo API provide foundational information such as the list of supported currencies. This is essential for validating transactions, configuring accounts, and ...