post https://dev.api.thenftbrewery.com/api/v1/royalty/setNftRoyaltyCredit
This API is used to set the royalty value of the token in wei.
Required Parameters :-
tokenId - The unique identifier of the NFT to set royalty credit for.
value - The value (in wei) of the sale price that the creator will receive as a royalty.
smart contract type
0 for ERC 721
1 for ERC1155
blockchainType - Blockchain network to be used:
0 for Ethereum and
1 for Polygon
networkType - network type for the specified blockchain:
For BlockchainType Ethereum:
0 for Ethereum Mainnet
1 for Ropsten Testnet
2 for Rinkeby Testnet
For BlockchainType Polygon:
0 for Polygon Mainnet
1 for Polygon Mumbai
smartContractSymbol - The symbol of the smart contract.
(Note - User must be authorized by admin to call this API).