curl --request GET \
--url https://api.woox.io/v3/spotMargin/interestRate \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'{
"success": true,
"data": {
"rows": [
{
"token": "MATIC",
"currentHourlyBaseRate": "0.000001",
"estHourlyBaseRate": "0.000001",
"currentAnnualBaseRate": "0.00876",
"estAnnualBaseRate": "0.00876",
"estTime": 1632394800000
},
{
"token": "USDT",
"currentHourlyBaseRate": "0.000008",
"estHourlyBaseRate": "0.000008",
"currentAnnualBaseRate": "7008",
"estAnnualBaseRate": "0.07008%",
"estTime": 1632394800000
},
{
"token": "WOO",
"currentHourlyBaseRate": "0.00001",
"estHourlyBaseRate": "0.00001",
"currentAnnualBaseRate": "0.0876",
"estAnnualBaseRate": "0.0876",
"estTime": 1632394800000
},
...
]
},
"timestamp": 1721351502594
}
Get spot margin interest rate
curl --request GET \
--url https://api.woox.io/v3/spotMargin/interestRate \
--header 'x-api-key: <x-api-key>' \
--header 'x-api-signature: <x-api-signature>' \
--header 'x-api-timestamp: <x-api-timestamp>'{
"success": true,
"data": {
"rows": [
{
"token": "MATIC",
"currentHourlyBaseRate": "0.000001",
"estHourlyBaseRate": "0.000001",
"currentAnnualBaseRate": "0.00876",
"estAnnualBaseRate": "0.00876",
"estTime": 1632394800000
},
{
"token": "USDT",
"currentHourlyBaseRate": "0.000008",
"estHourlyBaseRate": "0.000008",
"currentAnnualBaseRate": "7008",
"estAnnualBaseRate": "0.07008%",
"estTime": 1632394800000
},
{
"token": "WOO",
"currentHourlyBaseRate": "0.00001",
"estHourlyBaseRate": "0.00001",
"currentAnnualBaseRate": "0.0876",
"estAnnualBaseRate": "0.0876",
"estTime": 1632394800000
},
...
]
},
"timestamp": 1721351502594
}
{
"success": true,
"data": {
"rows": [
{
"token": "MATIC",
"currentHourlyBaseRate": "0.000001",
"estHourlyBaseRate": "0.000001",
"currentAnnualBaseRate": "0.00876",
"estAnnualBaseRate": "0.00876",
"estTime": 1632394800000
},
{
"token": "USDT",
"currentHourlyBaseRate": "0.000008",
"estHourlyBaseRate": "0.000008",
"currentAnnualBaseRate": "7008",
"estAnnualBaseRate": "0.07008%",
"estTime": 1632394800000
},
{
"token": "WOO",
"currentHourlyBaseRate": "0.00001",
"estHourlyBaseRate": "0.00001",
"currentAnnualBaseRate": "0.0876",
"estAnnualBaseRate": "0.0876",
"estTime": 1632394800000
},
...
]
},
"timestamp": 1721351502594
}
api-key
"abcdef123456"
api-signature
"signaturestring"
api-timestamp
"1718943200000"
true
timestamp
Show child attributes
Show child attributes
The token symbol, e.g., 'MATIC'.
The current hourly base rate for the token.
The estimated hourly base rate for the token.
The current annual base rate for the token.
The estimated annual base rate for the token.
The estimated time in Unix timestamp (milliseconds).