Users

User Service Fee

GET https://meke.io/api/v1/user/fee

Query Parameters

Name
Type
Description

address*

Address

wallet address

{
  "code": 200,
  "data": {
    "takerFeeRate": "600",
    "makerFeeRate": "300",
    "realTakerFeeRate": "600",
    "realMakerFeeRate": "300",
    "gasFee": 0.04
  },
  "msg": "OK",
  "type": "nothing"
}
on

Wallet Margin Info

GET https://meke.io/api/v1/wallet/margin

Query Parameters

Name
Type
Description

address*

Address

wallet address

perpetual*

Address

perpetual address

{
    "code": 200,
    "data": {
        "totalMargin": 0,
        "freeMargin": 23015.066243894304372224,
        "buyTotalPosition": 1.030000000000000000,
        "sellTotalPosition": 0
    },
    "msg": "OK",
    "type": "nothing"
}

Last updated