Skip to main content

create_item_asset

Create new item/asset.

Header Parameters
    x-cache-id string

    Possible values: Value must match regular expression ^[a-z0-9]{32}$

    An idempotent key for retrieving cached responses from the node

Request Body required

Create a new item/asset

    item_amount number

    The amount of Item assets to create

    script_public_key string

    Address

    public_key string

    Key-pair to use for the creation of the item-assets

    signature string

    Signature to use for the creation of the item-assets

    drs_tx_hash_spec string

    Whether to create Item assets that contain the default DRS identifier

Responses

Successful operation


Schema
    id string

    The ID of the call, which corresponds to the x-cache-id used in the header

    status string

    The status of the call, which will be one of either "Success", "Error", or "Pending"

    reason string

    The reason for the status of the call. Most useful to debug errors

    route string

    The endpoint route that was called

    content object
    asset object
    asset object
    Item object
    amount number
    drs_tx_hash string
    metadata string
    extra_info string
    to_address string
    tx_hash string
Loading...