get https://api-glb.sim.hashkeydev.com/api/v1/futures/fundingRate
Weight: 1
Request Parameters
| PARAMETER | TYPE | Req'd | Example values | DESCRIPTION |
|---|---|---|---|---|
| symbol | STRING | ETHUSDT-PERPETUAL | If a contract is specified, records for that contract will be returned. If no contract is provided, records for all available symbols will be returned | |
| recvWindow | LONG | 5000 | recv Window | |
| timestamp | LONG | Y | 1714311403031 | Timestamp |
Response Content
| PARAMETER | TYPE | Example values | DESCRIPTION |
|---|---|---|---|
| symbol | STRING | ETHUSDT-PERPETUAL | Name of the contract |
| rate | STRING | 0.0001 | The funding rate for this interval |
| nextSettleTime | LONG | 1714320000000 | Next fund fee settlement time |