curl --request GET \ --url https://mainnetapiserver.logx.network/api/v1/market/fundingrates
{ "rates": [ { "Symbol": "<string>", "Funding": { "fundingRate": 123, "cumulativeFundingRate": "<string>" } } ] }
The response is of type object.
object