For the complete documentation index, see llms.txt. This page is also available as Markdown.

Robinhood Chain Transaction Sending Health Check

This section introduces the integration of Health Check method provided by BlockRazor Robinhood Chain Transaction Sending mode.

Send post request to the health endpoint to keep connection alive, the request is as follows:

curl -X POST 'https://robinhood.blockrazor.io/health' \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <auth-token>" \
-d ""

Last updated

Was this helpful?