cURL
curl --request GET \ --url https://gateway.architect.exchange/api/funding-rates \ --header 'Authorization: Bearer <token>'
{ "funding_rates": [ { "benchmark_price": "<string>", "funding_amount": "<string>", "funding_rate": "<string>", "settlement_price": "<string>", "symbol": "<string>", "timestamp_ns": 1 } ] }
User session token
x >= 0
List of funding rates
Show child attributes