fix(types): change response v5-asset CoinInfoV5.name from number to string

Updated response v5-asset CoinInfoV5.name from number to string to match Binance API response format.
Prevents potential type issues when mapping coin data.
This commit is contained in:
Zoro Raka
2025-04-11 18:29:23 +07:00
committed by GitHub
parent 4b7daf91db
commit 02cf820399

View File

@@ -146,7 +146,7 @@ export interface DepositAddressResultV5 {
}
export interface CoinInfoV5 {
name: number;
name: string;
coin: string;
remainAmount: string;
chains: {