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:
@@ -146,7 +146,7 @@ export interface DepositAddressResultV5 {
|
||||
}
|
||||
|
||||
export interface CoinInfoV5 {
|
||||
name: number;
|
||||
name: string;
|
||||
coin: string;
|
||||
remainAmount: string;
|
||||
chains: {
|
||||
|
||||
Reference in New Issue
Block a user