PUB wss://test-api.synquote.com/ws
Returns information about latest funding rates.
REQUEST
HEADER PARAMS
msg_type string required |
id number required |
version integer required |
Example
[
{
"msg_type":"get_funding_info",
"id": 1002,
"version": 1
}
]RESPONSE
array of objects
|
Example
[
{
"msg_type":"get_funding_info",
"id": 1002,
"version": 1
},
[
{
"instrument_id": "1000SHIB-PERPETUAL",
"last_funding_rate": "0.001265",
"last_update_time": 1714446000,
"funding_interval_hours": 1
},
{
"instrument_id": "ETH-PERPETUAL",
"last_funding_rate": "0.000016",
"last_update_time": 1714446000,
"funding_interval_hours": 1
}
]
]