Type alias AvailableLiquidity

AvailableLiquidity: {
    long: BigNumber;
    short: BigNumber;
}

Available liquidity, in the base token, for this trade pair. long is returned as an amount of the index token short is returned as a usd amount, to 30 decimals

Type declaration

  • long: BigNumber
  • short: BigNumber

Generated using TypeDoc