API 1API 2API 3API 4API 5API 6Live ServerFlowsFlows 2Assets

NAV Token Endpoints

  • POST /register: Register a new fund manager.
  • POST /nav-tokens/issue: Issue a new NAV token.
  • PUT /nav-tokens/{id}/update: Update an existing NAV token.
  • DELETE /nav-tokens/{id}: Delete an existing NAV token.
  • GET /nav-tokens: Retrieve all NAV tokens.
  • GET /nav-tokens/{id}: Retrieve a specific NAV token by ID.
  • POST /orders/buy: Place a buy order for NAV tokens.
  • POST /orders/sell: Place a sell order for NAV tokens.
  • GET /orders: Retrieve all open orders.
  • PUT /orders/{id}/cancel: Cancel an open order by ID.
  • GET /orders/{id}: Retrieve the status of an order by ID.
  • GET /market/data: Retrieve market data for NAV tokens.
  • GET /nav/{token_id}: Retrieve the NAV for a specific token.