Skip to main content

Get fee schedules

GET 

/feeschedules

This endpoint lists all fee schedules.

Responses

Schema
    oneOf
    feeSchedules object[]
  • Array [
  • tiers object[]

    A list containing a structures for each fee tier, see below.

  • Array [
  • makerFee number

    Percentage value of maker fee in the tier.

    takerFee number

    Percentage value of taker fee in the tier.

    usdVolume number

    Minimum 30-day USD volume for fee tier to be applicable.

  • ]
  • name string

    Name of schedule.

    uid string

    Unique identifier of fee schedule.

  • ]
  • result stringrequired

    Possible values: [success]

    serverTime date-timerequired

    Server time in Coordinated Universal Time (UTC)

Loading...