v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03113163377.5 KB
Staking

List account staking history

Returns all staking entries for the authenticated account including active, unstaking, and unstaked

get/staking/history

Response

OK

Example response

{
  "results": [
    {
      "account": "0x1234abcd",
      "amount": "50000",
      "created_at": 1640995200000000000,
      "last_updated_at": 1640995200000000000,
      "lock_duration": 2592000,
      "stake_id": "0xabc123",
      "stake_txn_hash": "0xtxn123",
      "staked_at": 1640995200000000000
    }
  ]
}