Messages
{
"req": "sub",
"chs": [
"funding"
]
}{
"req": "unsub",
"chs": [
"funding"
]
}{
"data": []
}{
"data": []
}{
"ch": "funding",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"iid": 1,
"sz": "10.00",
"fr": "0.0001",
"fund": "1.00",
"fua": "USDC",
"ts": 1767225600000
}
]
}Perps WebSocket private funding updates.
WSS
/
v1
/
ws
Messages
{
"req": "sub",
"chs": [
"funding"
]
}{
"req": "unsub",
"chs": [
"funding"
]
}{
"data": []
}{
"data": []
}{
"ch": "funding",
"ts": 1767225600000,
"sq": 1234567890,
"data": [
{
"iid": 1,
"sz": "10.00",
"fr": "0.0001",
"fund": "1.00",
"fua": "USDC",
"ts": 1767225600000
}
]
}Subscribe
type:object
Subscribe to private funding payment updates (requires prior auth)
Unsubscribe
type:object
Unsubscribe from private funding updates
Subscribe Response
type:object
Response to funding subscribe request
Unsubscribe Response
type:object
Response to funding unsubscribe request
Update
type:object
Real-time funding payment updates for authenticated users
Was this page helpful?
⌘I