From b3b8c99bd458d74e0a1e46cff8e6f59accec86ea Mon Sep 17 00:00:00 2001 From: mj52951 Date: Tue, 7 Jan 2025 09:15:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8701a2..0c39cc5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ Fetches transfers ordered by time. Results can be filtered by various query para - **component**: Component of the transfer.
*Possible values*: `deposit`, `execution`
*Default*: `deposit` - **sender**: The address of the sender to filter by. +`GET /domains` + +Fetches all active domains. + `GET /health` Health check endpoint to ensure the system is running properly