GET /v1/smart-contract/info/{smartcontractId}
{
"result": {
"smartContract": {
"_id": "XXX",
"walletOwner": "Ox000",
"standard": "ERC-1155",
"maxNFTs": 30,
"name": "Collection test",
"description": "Desc Collection test",
"symbol": "CT1",
"nftsSigned": 1,
"nftsGenerated": 1,
"nftsMinted": 0,
"blockchain": 4,
"blockchainId": "80001",
"configuration": {
"mintPrice": 5,
"mintPausable": true,
"marketBlocked": true,
"burnNFTs": true,
"transferPausable": true,
"dynamicSupply": true,
"feesMTM": 10,
"percentFees": 10,
"dynamicsNFTs": true,
"_id": "XXX"
},
"status": 1,
"img": "<url-img>",
"banner": "<url-banner>",
"attributes": [],
"smartContractType": 1,
"createdAt": "2022-11-02T17:25:29.212Z",
"updatedAt": "2022-11-02T17:36:18.360Z",
"__v": 0,
"smartContractAddress": "0x69Cb95AD9c6210b9456C29D23997040F4b4bE8C1"
},
"nfts": [
{
"_id": "YYY",
"smartContractId": "XXX",
"ipfsUrl": "QmPsxMYw3jWc7ZXWnSPbXBTSiZ42qBdiZ6u7M6RqSWBNLk",
"path": "<url-img>",
"json": "<url-metadata>",
"idNFT": 0,
"wallet": "0xedfb2b6953ee1a9f5f70b9e89c3d470947ed27c7",
"status": 4,
"type": 1,
"__v": 0,
"createdAt": "2022-11-02T17:36:09.698Z",
"updatedAt": "2022-11-02T17:36:19.666Z",
"blockchain": 4
}
]
},
"error": null
}
curl --location --request GET 'http://api-testnet.minteando.me/v1/smart-contract/info/XXX' \
--header 'API_KEY: <YOUR_API_KEY>' \
--data-raw ''