userNonFundingLedgerEvents
Stream specific users' non funding ledger events
Subscribe
{
"type": "subscribe",
"subscription": {
"type": "userNonFundingLedgerEvents",
"addresses": ["0x574bafce69d9411f662a433896e74e4f153096fa"],
"dex": "dex_name", // this is optional to filter by dex leave this field out for all events
"addStakingEvents": bool // optional false by default
}
} Unsubscribe
{
"type": "unsubscribe",
"subscription": {
"type": "userNonFundingLedgerEvents",
"addresses": ["0x574bafce69d9411f662a433896e74e4f153096fa"],
"dex": "dex_name", // this is optional to filter by dex leave this field out for all events
"addStakingEvents": bool // optional false by default
}
}userNonFundingLedgerEvents data format
Examples
Error messages:
Common errors
Last updated