/
/Ledger API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 1d ago
ledger2
ledger.v120
ledger.v243
  • getList ledgers
  • getGet a ledger
  • postCreate a ledger
  • getGet a schema for a ledger by version
  • postInsert a schema for a ledger
  • getList all schemas for a ledger
  • putUpdate ledger metadata
  • deleteDelete ledger metadata by key
  • getGet information about a ledger
  • postBulk request
  • getList accounts from a ledger
  • headCount the accounts from a ledger
  • getGet account by its address
  • postAdd metadata to an account
  • deleteDelete metadata by key
  • getGet statistics from a ledger
  • getList transactions from a ledger
  • postCreate a new transaction to a ledger
  • headCount the transactions from a ledger
  • getGet transaction from a ledger by its ID
  • postSet the metadata of a transaction by its ID
  • deleteDelete metadata by key
  • postRevert a ledger transaction by its ID
  • getGet the aggregated balances from selected accounts
  • getGet list of volumes with balances for (account/asset)
  • getList the logs from a ledger
  • post/v2/{ledger}/logs/import
  • postExport logs
  • postRun a query template
  • getList exporters
  • postCreate exporter
  • getGet exporter state
  • putUpdate exporter
  • deleteDelete exporter
  • deleteDelete bucket
  • postRestore bucket
  • getList pipelines
  • postCreate pipeline
  • getGet pipeline state
  • deleteDelete pipeline
  • postReset pipeline
  • postStart pipeline
  • postStop pipeline
    ledger.v2

    Export logs

    post/v2/{ledger}/logs/export

    Path parameters

    ledgerstring required
    Example:ledger001

    Name of the ledger.

    Response

    Export OK

    Changes