curl --request GET \
--url https://api.woox.io/v3/asset/staking/yieldHistory \
--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": [
{
"id": 53173,
"token": "WOO",
"stakingSize": 30100.00000000,
"annualReward": "0.0024294",
"yieldAmount": "0.20034259",
"yieldTime": "1673481600.000"
}
],
"meta": {
"total": 46,
"recordsPerPage": 1,
"currentPage": 1
}
},
"timestamp": 1721295317627
}
Get Staking Yield History
curl --request GET \
--url https://api.woox.io/v3/asset/staking/yieldHistory \
--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": [
{
"id": 53173,
"token": "WOO",
"stakingSize": 30100.00000000,
"annualReward": "0.0024294",
"yieldAmount": "0.20034259",
"yieldTime": "1673481600.000"
}
],
"meta": {
"total": 46,
"recordsPerPage": 1,
"currentPage": 1
}
},
"timestamp": 1721295317627
}
{
"success": true,
"data": {
"rows": [
{
"id": 53173,
"token": "WOO",
"stakingSize": 30100.00000000,
"annualReward": "0.0024294",
"yieldAmount": "0.20034259",
"yieldTime": "1673481600.000"
}
],
"meta": {
"total": 46,
"recordsPerPage": 1,
"currentPage": 1
}
},
"timestamp": 1721295317627
}
"abcdef123456"
"signaturestring"
"1718943200000"
Token name in upper case
the page you wish to query.
the page size you wish to query, default = 25, 1000 at max.
true
timestamp
Show child attributes
Show child attributes
Unique identifier for the staking entry.
The token being staked (e.g., WOO).
The amount of tokens currently staked.
The annual reward rate for the staked token.
The amount of yield earned so far.
The timestamp (Unix epoch in seconds) for the last yield calculation or payout.