/
/Ledger API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 43m ago · Updated 5h ago
ledger2
ledger.v120
ledger.v225
  • getList ledgers
  • getGet a ledger
  • postCreate 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
    ledger.v2

    Create a ledger

    post/v2/{ledger}

    Request body

    bucketstring
    metadataV2Metadata
    featuresobject

    Example request

    {
      "metadata": {
        "admin": "true"
      }
    }

    Response

    OK

    Changes