Get Next Funding Time
- GET /capi/v2/market/funding_time
Weight(IP): 1
Request parameters
| Parameter | Type | Required? | Description | 
|---|---|---|---|
| symbol | String | Yes | Trading pair | 
Request example
curl "https://api-contract.weex.com/capi/v2/market/funding_time?symbol=cmt_bchusdt"
Response parameters
| Parameter | Type | Description | 
|---|---|---|
| symbol | string | Trading pair | 
| fundingTime | long | Settlement time | 
Response example
{
  "symbol": "cmt_btcusdt",
  "fundingTime": 1716595200000
}