xSYK

Vested Positions

View xSYK vested and staked positions including total allocation and pending positions

read more about staking SYK and xSYK here: xSYK Token

get
Path parameters
accountstringRequired

Address of user

Query parameters
chainIdnumber · enumRequired

Chain ID of the network

Possible values:
Responses
200Success
application/json
get
GET /xsyk/vest-positions/{account} HTTP/1.1
Host: api.stryke.xyz
Accept: */*
200Success
[
  {
    "totalXSykAllocated": "text",
    "totalSykPending": "text",
    "positions": [
      {
        "account": "text",
        "duration": 1,
        "xSykAmount": "text",
        "sykAmount": "text",
        "vestIndex": "text",
        "blockTimestamp": 1,
        "transactionHash": "text"
      }
    ]
  }
]

Last updated

Was this helpful?