Skip to content

Indexer Endpoints

Compare
Choose a tag to compare
@patrick-ogrady patrick-ogrady released this 06 Nov 16:56
· 47 commits to master since this release
222fde3

This release includes the first release of dedicated "indexer" endpoints. You can read more about this in the README.

Interface Changes

  • UTXO-based blockchains should no longer return an AccountIdentifiers coins in the /account/balance endpoint. Instead, they should use the new /account/coins endpoint.
  • Operation.Status is now "optional" as it is required to be unpopulated in the Construction API. This was an informal understanding enforced by the rosetta-cli that led to some confusion, so we updated the spec to reflect this.
  • It is now possible to query the balance of only a subset of currencies on the /account/balance and /account/coins endpoint using the currencies field.

Changelog

  • Indexer Endpoints #66
  • /account/balance + /account/coins restricted queries #65
  • Add /account/coins Endpoint #64
  • Make Operation.Status optional #63
  • Update README with reference implementations #62