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.

warning

x-sideshift-secret is your account's private key. Never share it with anyone as it grants full access to your account and should be kept confidential.

Request

Header Parameters

    x-sideshift-secret stringrequired

Responses

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