NFTs (SUM-721)
Native NFT standard.
8 methods · verified against the live mainnet RPC at https://rpc.sumchain.io.
ChainAccountTransactionsDecentralized Storage (PoR)OmniNode (InferenceAttestation)OmniNode Inference SettlementValidators & ConsensusNFTs (SUM-721)Fungible Tokens (SRC-20)Smart Contracts (WASM)Encrypted Messaging (SRC-201)Document Credentials (SRC-80X)Employment Credentials (SRC-88X)Policy Accounts (Multi-Sig)Governance (v1)Node & Network
nft_getCollectionCollection metadata.
nft_getTokenSingle token.
nft_getTokensByOwnerTokens owned by an address.
nft_getTokensInCollectionTokens in a collection.
nft_balanceOfNumber of tokens an address holds.
nft_ownerOfOwner of a specific token.
nft_tokenExistsExistence check.
nft_buildTransactionBuild an unsigned SUM-721 transaction (create-collection, mint, transfer, burn, update-config, etc.), returns unsigned tx material + signing hash; no private keys.