refactoring in new classes around consistency. Add spotv3 REST client
This commit is contained in:
@@ -25,7 +25,7 @@ export interface APIResponse<T> {
|
||||
result: T;
|
||||
}
|
||||
|
||||
export interface USDCAPIResponse<T> {
|
||||
export interface APIResponseV3<T> {
|
||||
retCode: number;
|
||||
retMsg: 'OK' | string;
|
||||
result: T;
|
||||
|
||||
Reference in New Issue
Block a user