ALL.ART NFT API v1
ALL.ART APIs for NFT cross-standard implementation on Solana blockchain
If you are an NFT project building on Solana and want your standard to be implemented into APIs, please reach out to us on Twitter @AllArtProtocol or on ALL.ART Discord
Check out our documentation and API:
Get NFT
Get NFT
GET
https://api.all.art/v1/solana/:pubkey
This endpoint allows you to get NFT metadata.
Path Parameters
Name | Type | Description |
---|---|---|
pubkey | string | PubKey of Solana account that contains data (f.e. Metaplex metadata account). Mint account or token account that has the token. |
Query Parameters
Name | Type | Description |
---|---|---|
cluster | string | “mainnet-beta” | “devnet” | “testnet” (Cluster from @solana/web3.js), if a cluster is not provided, “mainnet-beta” is used |
format | string | “default” | “metaplex”, if a format is not provided, format is “default” |
Examples
Default format
Metaplex format
Get NFTs for Wallet
Get NFTs for Wallet
GET
https://api.all.art/v1/wallet/:pubkey
This methos allow you to get NFTs for specific wallet.
Path Parameters
Name | Type | Description |
---|---|---|
pubkey | string | PubKey of Solana wallet |
Query Parameters
Name | Type | Description |
---|---|---|
format | string | "default" | "metaplex", if a format is not provided , "default" is used |
cluster | string | "mainnet-beta" | "devnet" | "test" (Clustor from @solana/web3.js), if a cluster is not provided, "mainnet-bet" is used |
Examples
Default format
Metaplex format
Last updated