Indexer Endpoints
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 therosetta-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 thecurrencies
field.