Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Utils

Hierarchy

  • Utils

Index

Methods

Static adjustPrice

  • adjustPrice(amount: number): number
  • Adjust the transaction amount to the unit allowed by the Bithumb Exchange API.

    Parameters

    • amount: number

    Returns number

Static bithumbApiResponseCodeToString

  • bithumbApiResponseCodeToString(codeStr: string): string
  • Change the Bitumb Exchange API response code to a string.

    see

    https://www.bithumb.com/u1/US127

    Parameters

    • codeStr: string

    Returns string

Static toFixed

  • toFixed(number: number, digits?: number): number

Generated using TypeDoc