Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@qubicmio qubicmio released this 07 Mar 14:05
d6d0c6e

Changes

  • Add endpoints for querying asset related information
    • Query asset issuances, ownerships and possessions by universe index.
    • Query asset issuances. Optionally filter by asset name and issuer identity.
    • Query asset ownerships and possessions. Asset name and issuer identity are mandatory. Issuer Identity defaults to zero address. Optionally filter by owner identity, ownership managing contract, possessor identity, possession managing contract.

New endpoint URLs:

/assets/issuances/{index}
/assets/issuances
/assets/ownerships/{index}
/assets/ownerships
/assets/possessions/{index}
/assets/possessions