Skip to main content
GET
/
funding-rates
cURL
curl --request GET \
  --url https://sandbox.x.architect.co/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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

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

Response

200 - application/json

List of funding rates

funding_rates
object[]
required