Funding Fee Settlement
wss://ws-api-futures.kucoin.com
Topic: /contract/announcement:{symbol}
Description
Subscribe Message
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/contract/announcement:XBTUSDTM",
"response": true
}
Response
Data SchemaSymbol Funding time Funding rate
fundingFeeSettlement
type
string
required
topic
string
required
subject
string
required
data
object
required
symbol
string
required
fundingTime
integer <int64>
required
fundingRate
number
required
timestamp
integer <int64>
required
Example
//Start Funding Fee Settlement
{
"topic": "/contract/announcement",
"subject": "funding.begin",
"data": {
"symbol": "XBTUSDTM",
"fundingTime": 1551770400000,
"fundingRate": -0.002966,
"timestamp": 1551770400000
}
}
//End Funding Fee Settlement
{
"type": "message",
"topic": "/contract/announcement",
"subject": "funding.end",
"data": {
"symbol": "XBTUSDTM",
"fundingTime": 1551770400000,
"fundingRate": -0.002966,
"timestamp": 1551770410000
}
}
Request
Query Params
token
string
required
Example:
2neAiuYvAU61ZDXANAGAsiL4-iAExhsBXZxftpOeh_55i3Ysy2q2LEsEWU64mdzUOPusi34M_wGoSf7iNyEWJ_cpz4VOPFmQFib6P8hYnrVkopegzA-XTtiYB9J6i9GjsxUuhPw3Blq6rhZlGykT3Vp1phUafnulOOpts-MEmEE_W_XygA1q6ypUyk3f_-aZJBvJHl5Vs9Y=.rIAVDSL657g7mnAiHkH5aA==
connectId
string
optional
Example:
121345
Modified at 4 months ago