Getting Market Information
General information about a stablecoin market 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 stablecoin information
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.
Query Parameters
Name | Type | Description |
---|---|---|
stable_denom | string | Money market quote stablecoin denom.
Example: |
Last updated