Skip to main content
GET
/
funding-rates
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
    }
  ]
}

Authorizations

Authorization
string
header
required

User session token

Query Parameters

symbol
string
required
start_timestamp_ns
integer<int64>
required
Required range: x >= 0
end_timestamp_ns
integer<int64>
required
Required range: x >= 0

Response

200 - application/json

List of funding rates

funding_rates
object[]
required