Exchange rates
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET //terra/oracle/v1beta1/denoms/exchange_rates HTTP/1.1
Host: lunc.nownodes.io
Accept: */*
{
"exchange_rates": [
{
"denom": "text",
"amount": "text"
}
]
}