Skip to main content
Tokens are digital assets managed by the Neuron platform and governed by smart contracts with associated state machines. The Token endpoints let you query token metadata, retrieve creation attributes, inspect event histories, and annotate tokens with text or XML notes. All endpoints require a valid JWT bearer token. Access to a token is subject to the authorization rules defined in the token’s governing contract.

Endpoints

Token structure

Tokens are linked to:
  • A smart contract that defines their rules and roles — see Contracts.
  • A state machine that tracks their lifecycle — see State machines.
Use Get token events to trace state transitions over time. Use Get current state for the live state.
  • Tokens flow guide — walkthrough of querying tokens, attributes, and events.
  • State machines — inspect and report on a token’s state machine.
  • Contracts — the contracts that govern token behaviour.