Skip to main content

Returns the outputId of the current unspent foundry output for foundryId.

GET 

/api/indexer/v1/outputs/foundry/:foundryId

Returns the outputId of the current unspent foundry output for foundryId.

Request

Path Parameters

    foundryId stringrequired

    Unique identifier of the foundry.

    Example: 0x081505ec099896ab05d9e08fbc7101ae4dff0093b3943b28f789ed2ca728bcc8d60100000000

Responses

Successful operation.

Schema
    ledgerIndex integerrequired

    The current ledger index for which the request was made.

    cursor stringnullable

    The cursor to use for getting the next page of results.

    items string[]required

    The output IDs (transaction hash + output index) of the outputs satisfying the query. Hex-encoded with 0x prefix.

Loading...