curl --request GET \
--url https://api.woox.io/v3/futures/fundingFee/history \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'{
"success": true,
"data": {
"meta": {
"total": 670,
"recordsPerPage": 25,
"currentPage": 1
},
"rows": [
{
"id": 1286360,
"symbol": "PERP_BTC_USDT",
"fundingRate": -0.00001445,
"markPrice": "26930.60000000",
"fundingFee": "9.56021744",
"fundingIntervalHours": 8,
"paymentType": "Pay",
"status": "COMPLETED",
"createdTime": 1696060873259,
"updatedTime": 1696060873286
},
{
"id": 1286115,
"symbol": "PERP_BTC_USDT",
"fundingRate": 0.00006526,
"markPrice": "26911.00000000",
"fundingFee": "43.14503239",
"fundingIntervalHours": 8,
"paymentType": "Receive",
"status": "COMPLETED",
"createdTime": 1696032073609,
"updatedTime": 1696032073643
},
...
]
},
"timestamp": 1721351502594
}
get funding fee history
curl --request GET \
--url https://api.woox.io/v3/futures/fundingFee/history \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'{
"success": true,
"data": {
"meta": {
"total": 670,
"recordsPerPage": 25,
"currentPage": 1
},
"rows": [
{
"id": 1286360,
"symbol": "PERP_BTC_USDT",
"fundingRate": -0.00001445,
"markPrice": "26930.60000000",
"fundingFee": "9.56021744",
"fundingIntervalHours": 8,
"paymentType": "Pay",
"status": "COMPLETED",
"createdTime": 1696060873259,
"updatedTime": 1696060873286
},
{
"id": 1286115,
"symbol": "PERP_BTC_USDT",
"fundingRate": 0.00006526,
"markPrice": "26911.00000000",
"fundingFee": "43.14503239",
"fundingIntervalHours": 8,
"paymentType": "Receive",
"status": "COMPLETED",
"createdTime": 1696032073609,
"updatedTime": 1696032073643
},
...
]
},
"timestamp": 1721351502594
}
{
"success": true,
"data": {
"meta": {
"total": 670,
"recordsPerPage": 25,
"currentPage": 1
},
"rows": [
{
"id": 1286360,
"symbol": "PERP_BTC_USDT",
"fundingRate": -0.00001445,
"markPrice": "26930.60000000",
"fundingFee": "9.56021744",
"fundingIntervalHours": 8,
"paymentType": "Pay",
"status": "COMPLETED",
"createdTime": 1696060873259,
"updatedTime": 1696060873286
},
{
"id": 1286115,
"symbol": "PERP_BTC_USDT",
"fundingRate": 0.00006526,
"markPrice": "26911.00000000",
"fundingFee": "43.14503239",
"fundingIntervalHours": 8,
"paymentType": "Receive",
"status": "COMPLETED",
"createdTime": 1696032073609,
"updatedTime": 1696032073643
},
...
]
},
"timestamp": 1721351502594
}
"abcdef123456"
"signaturestring"
"1718943200000"
Symbol name
Start timestamp in Unix timestamp format in milliseconds
End timestamp in Unix timestamp format in milliseconds
Page number
Data size per page, max 500
true
timestamp
Show child attributes
Show child attributes
The unique identifier for the funding transaction.
The trading pair symbol, e.g., PERP_BTC_USDT.
The funding rate applied to the position.
The mark price of the position at the time of funding.
The total funding fee for the position.
The interval in hours at which funding is paid or received.
The type of funding payment, e.g., 'Receive' or 'Pay'.
The status of the funding transaction, e.g., 'COMPLETED'.
COMPLETED, FAILED The Unix timestamp when the funding transaction was created.
The Unix timestamp when the funding transaction was last updated.