curl --request GET \ --url https://mainnetapiserver.logx.network/api/v1/market/fundingrates
{ "rates": [ { "Symbol": "<string>", "Funding": { "fundingRate": 123, "cumulativeFundingRate": "<string>" } } ] }
A list of funding rates for various markets.
Show child attributes
The symbol representing the market.
The current funding rate for the market.
The cumulative funding rate for the market.