Skip to main content

Get fee schedules

GET 

/v3/feeschedules

This endpoint lists all fee schedules.

Responses

Schema
    oneOf
    serverTime string

    Server time in Coordinated Universal Time (UTC)

    result string

    Possible values: [success]

    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.

  • ]
Loading...