Skip to main content

Account

GET 

/account

Returns the data related to an account. In order to get the data, send the account secret in the x-sideshift-secret header.

info

x-sideshift-secret is your account's private key.

Request

Header Parameters

    x-sideshift-secret stringrequired

Responses

OK
Schema
    id stringrequired
    lifetimeStakingRewards stringrequired
    unstaking stringrequired
    staked stringrequired
    available stringrequired
    totalBalance stringrequired
Loading...