Lighter Get Funding Rates logo

Catalog action Lighter

Get current funding rates for Lighter perpetual markets with cross-exchange comparison. Returns one row per market with the Lighter rate alongside Binance, Bybit, and Hyperliquid rates (per-interval decimal fractions as reported by each venue; funding intervals differ per exchange, so normalize by interval before comparing venues — no annualization is applied); filter by symbol or get all markets. Ideal for: funding rate alerts and delta-neutral yield monitoring.

At a Glance

FieldValue
Action IDlighter-get-funding-rates
CategoryLighter
ConnectorNot required
Requires gasNo
Funds movementNone declared
Tagsperps, trading, monitoring, dex

Payload Schema

FieldTypeRequiredDescription
symbolstringNoFilter to a single symbol, case-insensitive (e.g. ETH, BTC). Omit for all markets.

Result Schema

FieldTypeRequiredDescription
fundingRatesarrayYesOne cross-exchange comparison row per Lighter market, sorted by marketId ascending. Rates are per-funding-interval decimal fractions exactly as reported by Lighter (e.g. 0.0001 = 0.01%); funding intervals differ per exchange, so no annualization is applied.

Examples

json
{ "type": "lighter-get-funding-rates", "payload": { "symbol": "ETH" }, "children": []}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.