SolanaFM
Search
K

Metaplex

Metaplex is a decentralized protocol built on the Solana blockchain that enables creators to mint, manage, and sell non-fungible tokens (NFTs) and other digital assets. It provides a suite of tools and services to support NFT marketplaces, including a customizable storefront builder, royalty and revenue sharing features, and integration with popular wallets. Metaplex has been a key player in the explosive growth of NFTs and has helped to establish Solana as a leading blockchain platform for NFTs and digital collectibles.
See more about Metaplex @ https://docs.metaplex.com/.

Get a specific metaplex token

Retrieve information of a metaplex token by the given token hash.
get
https://api.solana.fm
/v0/tokens/metaplex/{token-hash}
Returns the metaplex token information for the given token hash.

Usage Example

Request
Response

Sample Request URL

https://api.solana.fm/v0/tokens/metaplex/ccwLj3dqVjCJVJKKsxWJg2wKnNtvmi1RTNkrXvTt2jb

Sample Response Body

{
"status": "Success",
"message": "Retrieved Token Info Of Token Hash `ccwLj3dqVjCJVJKKsxWJg2wKnNtvmi1RTNkrXvTt2jb`",
"result": {
"tokenHash": "ccwLj3dqVjCJVJKKsxWJg2wKnNtvmi1RTNkrXvTt2jb",
"data": {
"chainId": "mainnet",
"mint": "ccwLj3dqVjCJVJKKsxWJg2wKnNtvmi1RTNkrXvTt2jb",
"metadata": "CoWD1Nazdv4kjji8cbdBY9U1ozuBaUi4QnhpiiJ7JEy6",
"decimals": 0,
"name": "Some_Title_Name",
"symbol": "TOK",
"metadataUri": "https://some_title_name.s3.us-west-2.amazonaws.com/ccwl.json",
"sellerFeeBasisPoints": 0,
"creators": [
"CoWD1Nazdv4kjji8cbdBY9U1ozuBaUi4QnhpiiJ7JEy6"
],
"collection": {
"verified": false,
"key": "CoWD1Nazdv4kjji8cbdBY9U1ozuBaUi4QnhpiiJ7JEy6"
},
"collectionKey": null,
"uses": {
"useMethod": "Single",
"remaining": 0,
"total": 0
},
"maxSupply": 0,
"mintAuthority": "",
"updateAuthority": "Cog6gsN1ywEEgt9GsexK5zfYw1XebtMDyj3PHuTnzNFT",
"freezeAuthority": "",
"tokenType": "FungibleAsset",
"isBurned": true,
"burnedTxSignature": "2zxfXQ6XBcbzxe4sHZ8FTjWMa8AJcyZoxcqYxZTMarghSy7kBQChnscfkPVogzE6nebaA44LpsaBFmv3PnWYjBSU"
}
}
}

Get multiple metaplex tokens

Batch retrieve metaplex tokens with the ability to customise the query.
post
https://api.solana.fm
/v0/tokens/metaplex
Returns an array of metaplex token information for the given token hashes.
Request
Response

Sample Request Body

{
"tokenHashes" :[
"2xDpgF5Cbry7JDZUvs2St5EcaEG7QdGoWuW5SEvEmQ1i",
"1aWcHsEqeSTfSd7PdZB67qqKanWJs6J6qUwtm8HnnCG",
"1aWGHSWMyhs9mqnkB8hh6FFf6pHeVTBExiMJgmyPUTw",
"1ZH2evd9hVVbv743aRYsUBjykJJa8iX1uzKDKHehCXp",
"52imJpp4zbsP4LZFsx2Enw3AW6KhxBGsNY7oQ38rDhJa",
"2vLbBLa9ZsBTQLT7sa2wXcdBBY74TyNbVHEt88BYu2fL"
]
}

Sample Response Body

{
"status": "Success",
"message": "Retrieved 6 Metaplex Token(s) Info",
"result": [
{
"tokenHash": "2xDpgF5Cbry7JDZUvs2St5EcaEG7QdGoWuW5SEvEmQ1i",
"data": {
"mint": "2xDpgF5Cbry7JDZUvs2St5EcaEG7QdGoWuW5SEvEmQ1i",
"name": null,
"symbol": null,
"tokenType": "NonFungible",
"decimals": 0,
"maxSupply": 0,
"collectionKey": "ancient_gods",
"collection": null,
"metadata": null,
"metadataUri": null,
"mintAuthority": "FwZpN5MjZ3ghfCVJbhN9epB2x3z9ZV2FMckSypqjpW46",
"updateAuthority": "aGEHa8hKpC6CVEKxpTvKnEVz3X6afLAGf2DcjjMoxcY",
"freezeAuthority": "FwZpN5MjZ3ghfCVJbhN9epB2x3z9ZV2FMckSypqjpW46",
"uses": null,
"sellerFeeBasisPoints": 0,
"creators": [],
"network": "mainnet",
"isBurned": false
}
},
...,
{
"tokenHash": "2vLbBLa9ZsBTQLT7sa2wXcdBBY74TyNbVHEt88BYu2fL",
"data": {
"mint": "2vLbBLa9ZsBTQLT7sa2wXcdBBY74TyNbVHEt88BYu2fL",
"name": "Rude Renegades #3728",
"symbol": "RUDE",
"tokenType": "NonFungible",
"decimals": 0,
"maxSupply": 0,
"collectionKey": "ruderenegades",
"collection": null,
"metadata": "CpBRKUSoivMFXoimMSJLToe4aSTcoYFK94drYagkBxCd",
"metadataUri": "https://ipfs.io/ipfs/bafybeibh3a4bdtfij2piqa7f75adjjeuwvkxxtxlsgyvlysej7piywzkza/3728.json",
"mintAuthority": "FSsLJKqXauij3YH7FfDrCqtQuokyffpUZuT3DA1okJBQ",
"updateAuthority": "FSHP7g2kz3Mhy4oQ3w8JYksPR487hMgkcrjYAdjzwtaE",
"freezeAuthority": "FSsLJKqXauij3YH7FfDrCqtQuokyffpUZuT3DA1okJBQ",
"uses": null,
"sellerFeeBasisPoints": 9800,
"creators": [],
"network": "mainnet",
"isBurned": false
}
}
]
}