Skip to content

Funding run completed

SEND Server to Client on wss://api.valr.com/ws/trade

Sent when a funding rate calculation run has completed for a futures pair. This event has no data payload — the message only contains the type and currency pair symbol.

Subscription

This event requires an explicit subscription. Send a SUBSCRIBE message after connecting:

json
{
    "type": "SUBSCRIBE",
    "subscriptions": [
        {
            "event": "FUNDING_RUN_COMPLETED"
        }
    ]
}

Message

Event type: FUNDING_RUN_COMPLETED

Example

json
"{\n    \"type\": \"FUNDING_RUN_COMPLETED\",\n    \"currencyPairSymbol\": \"BTCUSDTPERP\"\n}"

Channel

Channel: trade Address: wss://api.valr.com/ws/trade