Skip to main content
POST
Get Ledgers Info

Authorizations

API-Key
string
header
required

The "API-Key" header should contain your API key.

API-Sign
string
header
required

Authenticated requests should be signed with the "API-Sign" header, using a signature generated with your private key, nonce, encoded payload, and URI path.

Body

application/json
nonce
integer<int64>
required

Nonce used in construction of API-Sign header

asset
string
default:all

Filter output by asset or comma delimited list of assets

aclass
string
default:currency

Filter output by asset class

type
enum<string>
default:all

Type of ledger to retrieve

Available options:
all,
trade,
deposit,
withdrawal,
transfer,
margin,
adjustment,
rollover,
credit,
settled,
staking,
dividend,
sale,
nft_rebate
start
integer

Starting unix timestamp or ledger ID of results (exclusive)

end
integer

Ending unix timestamp or ledger ID of results (inclusive)

ofs
integer

Result offset for pagination

without_count
boolean
default:false

If true, does not retrieve count of ledger entries. Request can be noticeably faster for users with many ledger entries as this avoids an extra database query.

rebase_multiplier
enum<string> | null
default:rebased

Optional parameter for viewing xstocks data.

  • rebased: Display in terms of underlying equity.
  • base: Display in terms of SPV tokens.
Available options:
rebased,
base

Response

200 - application/json

Ledgers info retrieved.

result
LedgersInfo · object

Ledgers Info

error
string[]

Kraken API error