cURL
curl --request GET \ --url https://{environment}.pragma.build/node/v1/funding_rates/{base}/{quote}
[ { "hourly_rate": 123, "pair": "<string>", "source": "<string>", "timestamp_ms": 1 } ]
Base asset symbol (e.g., BTC)
Quote asset symbol (e.g., USD)
Successfully retrieved funding rate
The response is of type object[].
object[]
Was this page helpful?