Skip to main content

Returns the outputId of the current unspent nft output for nftId.

GET 

/api/indexer/v1/outputs/nft/:nftId

Returns the outputId of the current nft output for nftId.

Request

Path Parameters

    nftId stringrequired

    Unique identifier of the nft.

    Example: 0x19c82b32761fd8729a1a6c77f7c17597e4b9b01759794e52381f6a0050b0c11f

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...