Getting Market Information
Last updated
Was this helpful?
Last updated
Was this helpful?
General information about a stablecoin can be retrieved via the below endpoint:
Endpoint
Method
Description
GET
Gets information about the specified stablecoin market
Due to the asynchronous nature of EthAnchor, the actual aTerra exchange rate applied will be different to the exchange rate returned by stablecoin_info
. The expected receive amount calculated using this value WILL NOT match the actual receive amount.
GET
https://eth-api.anchorprotocol.com/api/v1/stablecoin_info/{stable_denom}
GET /api/v1/stablecoin_info/{stable_denom}
allows you to query the current status of money market with stable_denom
as the quote.
stable_denom
string
Money market quote stablecoin denom.
Example: "uusd"