Skip to main content
GET
cURL

Path Parameters

tradingPairId
string
default:893d2add-2f36-4ee7-b660-893d2add2f36
required

Response

200 - application/json

OK

tradingPairId
string<uuid> | null
currentFundingRate
string | null

Most recently SETTLED funding rate as a decimal-string fraction per funding interval; "0" when nothing has settled yet

Example:

"0.0001"

estimatedNextFundingRate
string | null

Implied rate for the in-progress window. An estimate refreshed on each accepted premium sample (roughly every sample interval plus persistence lag), not a real-time stream; absent when the window has no samples

Example:

"0.00012"

nextFundingTime
string | null

Scheduled end of the current funding window (ms epoch string). An estimate, not a guarantee: settlement lands at or shortly after this boundary when the market is alive, and boundaries that pass while the engine is down are skipped, never settled retroactively

Example:

"1754006400000"

fundingIntervalSeconds
integer<uint32> | null

Length of a funding window in seconds, inferred from settlement history and market configuration

Example:

3600

lastFundingTime
string | null

Close of the most recently settled window (ms epoch string); absent before the first settlement

Example:

"1754002800000"

updatedAt
string | null