Skip to main content

Returns information about the treasury.

GET 

http://127.0.0.1:14265/api/core/v2/treasury

Returns information about the treasury. For the IOTA Mainnet, the treasury holds the unmigrated tokens from the Legacy IOTA Mainnet.

Responses

Successful operation.

Schema
    milestoneId stringrequired
    amount stringrequired

    Plain string encoded number.

curl -L -X GET 'http://127.0.0.1:14265/api/core/v2/treasury' \
-H 'Accept: application/json'
Request Collapse all
Base URL
http://127.0.0.1:14265
ResponseClear

Click the Send API Request button above and see the response here!