Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 595 Bytes

dlt_supply.md

File metadata and controls

29 lines (25 loc) · 595 Bytes
title type
Supply
dlt

Supply

Returns current total IxiCash supply in the network.

Method: supply

Input parameters:

None

Errors:

Error Description
RPC_INTERNAL_ERROR An unknown error occurred in the node. Please check the node log for details.

Output:

  • success: IXI supply as a decimal number in the result field with the error field set to null
  • fail: JSON encoded details with a non-null error and a null result

Example:

GET http://localhost:8081/supply

{
	"result": "200020026.20262112",
	"error": null,
	"id": null
}