Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt

Use this file to discover all available pages before exploring further.

The Wallet endpoints manage the account’s eDaler balance — the digital currency used within the Neuron platform. Use these endpoints to check balances, process eDaler URIs, discover available buy/sell service providers, and initiate payment transactions. All endpoints require a valid JWT bearer token.

Endpoints

EndpointDescription
Get balanceRetrieve the current eDaler balance (available and reserved amounts) for the authenticated account.
Process eDaler URIProcess an eDaler URI (e.g. from a QR code) and return the resulting wallet balance.
Get service providers for buying eDalerList available service providers that support purchasing eDaler.
Get service providers for selling eDalerList available service providers that support selling eDaler.
Get payment options for buying eDalerRetrieve the payment methods offered by a specific buy service provider.
Get payment options for selling eDalerRetrieve the payment methods offered by a specific sell service provider.
Initiate buy eDalerStart a buy transaction through a selected service provider and payment option.
Initiate sell eDalerStart a sell transaction through a selected service provider and payment option.
Get transaction informationRetrieve the status and details of a previously initiated transaction.

Typical buy/sell flow

eDaler URIs

eDaler URIs encode a payment or transfer instruction in a compact, shareable format (e.g. embedded in a QR code). Use Process eDaler URI to redeem or act on a URI and receive the updated wallet balance.

Balance fields

FieldDescription
amountFunds available for immediate use.
reservedFunds held pending a transaction.
currencyCurrency code of the wallet.
timestampWhen the balance was last calculated.
  • Tokens — tokens are often associated with eDaler transactions and smart contracts.
  • Contracts — contracts can trigger wallet operations.