From f8fc7eeca2caa5a8355b6691373dbf07cc545fba Mon Sep 17 00:00:00 2001 From: Giuseppe Natale <12249307+giunatale@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:26:30 +0100 Subject: [PATCH] add missing rest endpoints --- x/photon/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x/photon/README.md b/x/photon/README.md index f9ec3f11..11601308 100644 --- a/x/photon/README.md +++ b/x/photon/README.md @@ -81,6 +81,9 @@ tokens go to the caller’s account. If `mint_disabled` is `true`, this message Endpoints mirror the gRPC queries, allowing retrieval of conversion rate and parameters. +- `/atomone/photon/v1/conversion_rate`: Returns the current conversion rate. +- `/atomone/photon/v1/params`: Returns `mint_disabled` and `txfee_exceptions`. + ## References See [ADR 002](../../docs/architecture/adr-002-photon.md) and