Providers Package
Provider API Reference
Types
ExchangeInfo

Type: ExchangeInfo

ExchangeInfo

This type represents the exchange info.

type ExchangeInfo = {
  name: string;
  id: string;
  logo: string;
  status: "ok" | "shutdown" | "error" | "maintenance" | "unknown";
  supportedWalletTypes: string[];
  supportedFeatures: string[];
  isRequiringEmailConfirmation: boolean;
};