Basic exchange info

interface KatanaPerpsExchange {
    timeZone: "UTC";
    serverTime: number;
    exchangeContractAddress: string;
    chainId: number;
    quoteTokenAddress: string;
    totalOpenInterest: string;
    volume24h: string;
    totalVolume: string;
    totalTrades: number;
    defaultMakerFeeRate: string;
    defaultTakerFeeRate: string;
    withdrawalMinimum: string;
    insuranceFundBalance?: string;
}

Properties

timeZone: "UTC"

Server time zone, always UTC

serverTime: number

Current server time

exchangeContractAddress: string

Katana address of the exchange smart contract for deposits

chainId: number

Katana chain identifier

quoteTokenAddress: string

Address of the quote asset (USDC) on Katana

totalOpenInterest: string

Total open interest across all markets in USD

volume24h: string

Total exchange trading volume for the trailing 24 hours in USD

totalVolume: string

Total exchange trading volume for Katana Perps in USD

totalTrades: number

Total number of trade executions for Katana Perps

defaultMakerFeeRate: string

Default exchange-wide maker trade fee rate

defaultTakerFeeRate: string

Default exchange-wide taker trade fee rate

withdrawalMinimum: string

Minimum withdrawal amount in USD

insuranceFundBalance?: string

Balance of the insurance fund in USD