Interface SymbolResponse

interface SymbolResponse {
    error: BitkubErrorCode;
    result: BitkubSymbolInfo[];
}

Properties

Properties