Skip to content

Missing feeGroup in OKXFeeRate #106

Description

@chxx11

OKX GET /api/v5/account/trade-fee now returns maker/taker fee rates in the feeGroup array.

The current OKXFeeRate model does not include this field, so the actual fee rate for a specific groupId cannot be retrieved.

Example response:

{
  "feeGroup": [
    {
      "groupId": "1",
      "maker": "-0.0003",
      "taker": "-0.0003"
    }
  ]
}

Could you please add support for feeGroup to OKXFeeRate?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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