GET /nft/nft-section-1/semi-fungible-token-development/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "status": 200,
    "success": true,
    "heading_and_subheading": {
        "subheading": "Salient Attributes of Semi-Fungible Tokens",
        "heading": "",
        "description": "As the name implies Semi-fungible tokens have the virtue of being both fungible and non-fungible, but not both at the same time. The first characteristic of an SFT is fungibility, which means it has a fixed value that can be redeemed or exchanged for another token. After being used in a specified manner, the token will no longer be fungible at all. Some of the attributes of SFTs are"
    },
    "response": [
        {
            "id": 25,
            "title": "Flexibility",
            "content": "SFTs can switch from being fungible to non-fungible, allowing token holders to use them according to their trading requirements.",
            "icon": "https://res.cloudinary.com/infograinsdevelop/image/upload/v1/media/nft_use_cases/Home-page-Services_togymq",
            "created_at": "2022-08-18T07:10:27.601462",
            "updated_at": "2022-08-29T08:41:42.617279",
            "nft": 8,
            "heading": 6
        },
        {
            "id": 26,
            "title": "Reliable",
            "content": "The Ethereum standard is typically used to build SFTs, ensuring the trustworthiness of those tokens.",
            "icon": "https://res.cloudinary.com/infograinsdevelop/image/upload/v1/media/nft_use_cases/Home-page-Services_akleai",
            "created_at": "2022-08-18T07:10:55.879296",
            "updated_at": "2022-08-27T06:53:00.525891",
            "nft": 8,
            "heading": 6
        },
        {
            "id": 27,
            "title": "Liquidity",
            "content": "SFTs are still fungible when traded between the owner and the buyer, indicating that the token's face value has not altered. These fungible tokens will increase liquidity as a result.",
            "icon": "https://res.cloudinary.com/infograinsdevelop/image/upload/v1/media/nft_use_cases/Home-page-Services_ppeohu",
            "created_at": "2022-08-18T07:11:26.241584",
            "updated_at": "2022-08-27T06:52:51.835558",
            "nft": 8,
            "heading": 6
        },
        {
            "id": 28,
            "title": "Easy to Mint",
            "content": "When compared to fungible or non-fungible tokens, semi-fungible tokens are relatively simple to mint and require less gas.",
            "icon": "https://res.cloudinary.com/infograinsdevelop/image/upload/v1/media/nft_use_cases/Home-page-Services_v2tnz2",
            "created_at": "2022-08-18T07:11:58.533073",
            "updated_at": "2022-08-27T06:52:42.579117",
            "nft": 8,
            "heading": 6
        },
        {
            "id": 29,
            "title": "Single Smart Contract",
            "content": "A single smart contract can be used to deploy both fungible tokens and NFTs.",
            "icon": "https://res.cloudinary.com/infograinsdevelop/image/upload/v1/media/nft_use_cases/Home-page-Services_ivdi3y",
            "created_at": "2022-08-18T07:12:43.622344",
            "updated_at": "2022-08-27T06:52:34.130494",
            "nft": 8,
            "heading": 6
        },
        {
            "id": 30,
            "title": "Uniqueness",
            "content": "Since they adhere to the ERC-721 rules, semi-fungible crypto tokens have an advantage over other competitors who do not!",
            "icon": "https://res.cloudinary.com/infograinsdevelop/image/upload/v1/media/nft_use_cases/Home-page-Services_riu0pb",
            "created_at": "2022-08-18T07:13:13.398468",
            "updated_at": "2022-08-27T06:52:26.305768",
            "nft": 8,
            "heading": 6
        }
    ]
}