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