Trading Fees

Returns trading_fees table as paginated collection

get

Returns trading_fees table as paginated collection

Query parameters
groupstringOptional

Member group for define maker/taker fee.

market_idstring · enumOptional

Market id for define maker/taker fee.

Possible values:
limitinteger · int32 · min: 1 · max: 1000Optional

Limit the number of returned paginations. Defaults to 100.

pageinteger · int32Optional

Specify the page of paginated results.

orderingstring · enumOptional

If set, returned values will be sorted in specific order, defaults to 'desc'.

Possible values:
order_bystringOptional

Name of the field, which result will be ordered by.

Responses
200
Returns trading_fees table as paginated collection
application/json
get
GET /api/v2/live/public/trading_fees HTTP/1.1
Host: www.mameex.com
Accept: */*
200

Returns trading_fees table as paginated collection

[
  {
    "id": 1,
    "group": "text",
    "market_id": "text",
    "maker": 1,
    "taker": 1,
    "created_at": "text",
    "updated_at": "text"
  }
]

Last updated