Withdraw Limits

Returns withdraw limits table as paginated collection

get

Returns withdraw limits table as paginated collection

Query parameters
groupstringOptional

Member group for define withdraw limits.

kyc_levelstringOptional

KYC level for define withdraw limits.

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 withdraw limits table as paginated collection
application/json
get
GET /api/v2/live/public/withdraw_limits HTTP/1.1
Host: www.mameex.com
Accept: */*
200

Returns withdraw limits table as paginated collection

[
  {
    "id": 1,
    "group": "text",
    "kyc_level": "text",
    "limit_24_hour": 1,
    "limit_1_month": 1,
    "created_at": "text",
    "updated_at": "text"
  }
]

Last updated