We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2f108 commit 374aa05Copy full SHA for 374aa05
ui/ducks/bridge/utils.ts
@@ -82,8 +82,8 @@ const fetchTokenExchangeRates = async (
82
) => {
83
if (chainId === MultichainNetworks.SOLANA) {
84
const queryParams = new URLSearchParams({
85
- assetIds: tokenAddresses,
86
- includeMarketData: true,
+ assetIds: tokenAddresses.join(','),
+ includeMarketData: 'true',
87
vsCurrency: currency,
88
});
89
const url = `https://price.api.cx.metamask.io/v3/spot-prices?${queryParams}`;
0 commit comments