How to add custom rest api endpoints in cosmos-based chain? #19391
Replies: 3 comments 1 reply
-
If you want to add a query you can add it to your module and that will get exposed in the REST API. |
Beta Was this translation helpful? Give feedback.
-
@facundomedica Thank you for your explanation. Currently, my situation is as follows: Since my chain has a |
Beta Was this translation helpful? Give feedback.
-
@VegeBun-csj Hope my train of thought is correct: it is likely you want to add a query RPC for |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
What happened?
i want to add some customize rest query api in my cosmos-based chain, how to implement it?
Cosmos SDK Version
0.47.5
How to reproduce?
No response
Beta Was this translation helpful? Give feedback.
All reactions