Variable.ExchangeRateAsset
const ExchangeRateAsset: {
ETH: "ETH";
USDC: "USDC";
};
On-chain assets the exchange-rate endpoint can quote against a fiat.
Type Declaration
| Name | Type |
|---|---|
ETH | "ETH" |
USDC | "USDC" |
const ExchangeRateAsset: {
ETH: "ETH";
USDC: "USDC";
};
On-chain assets the exchange-rate endpoint can quote against a fiat.
| Name | Type |
|---|---|
ETH | "ETH" |
USDC | "USDC" |