Query user place order fee rate
Rate limit: every seconds
API Overview
HTTP method
GET
Path
/api/v3/user/feeRates
Summary
Returns the fee rate of users placing orders in specific markets
API description
HTTP Header
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| X-API-KEY | string | Y | ApiKey | "HlkcGxbqBeaF76j4rvPaOasyfPwnkQ 6B6DQ6THZWbvrAGxzEdulXQvOKLrRW ZLnN" |
Request parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| accountId | integer | Y | Account ID | 1 |
| markets | string | Y | List of markets to be queried separated by "," | "LRC-USDT,LRC-ETH" |
Request example
HTTP
CURL
GET http://aa90cd58e38014a1b864ddc488129b7a-624979106.us-east-2.elb.amazonaws.com/api/v3/user/feeRates?accountId=1&markets=LRC-USDT,LRC-ETH HTTP/1.1
Host: aa90cd58e38014a1b864ddc488129b7a-624979106.us-east-2.elb.amazonaws.com
Connection: keep-alive
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: zh,en;q=0.9
X-API-KEY: sra1aavfacurl -H "X-API-KEY:sra1aavfa" http://aa90cd58e38014a1b864ddc488129b7a-624979106.us-east-2.elb.amazonaws.com/api/v3/user/feeRates\?accountId\=1\&markets\=LRC-USDT,LRC-ETHResponse fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| symbol | string | Y | Market | "LRC-USDT" |
| makerRate | integer | Y | Maker rate | 20 |
| takerRate | integer | Y | Taker rate | 20 |
Response example
{
"symbol" : "LRC-USDT",
"makerRate" : 20,
"takerRate" : 20
}
Status code
| Value | Description |
|---|---|
| 100000 | Unknown error |