Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Types are not up to date #16

Description

@ogroppo

AssetPairs should look like something like this:

Record<
    string,
    {
      altname: string;
      wsname: string;
      aclass_base: string;
      base: string;
      aclass_quote: string;
      quote: string;
      lot: string;
      cost_decimals: number;
      pair_decimals: number;
      lot_decimals: number;
      lot_multiplier: number;
      leverage_buy: number[];
      leverage_sell: number[];
      fees: [number, number][];
      fees_maker: [number, number][];
      fee_volume_currency: string;
      margin_call: number;
      margin_stop: number;
      ordermin: string;
      costmin: string;
      tick_size: string;
      status: string;
    }
  >;

in this case tick_size and other fields are missing.

Example method:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions