RPC backend
List of API commands using RPC. Check the available marketplace api url in config page
Get Marketplace data
GET
https://marketplace-backend/api/marketplace/:network_id/:page
Returns list of nfts minted in certain blockchain network. Amount of nfts returned from network could be maximum 10. List of supported network_ids are in Marketplace/config page.
Path Parameters
Get Scapes NFT metadata
GET
https://marketplace-backend/api/nft/:network_id/:id
Returns metadata of the NFT.
Warning! The "wallet_address" parameter returned by API might be wrong. So to be for sure, check it from blockchain.
How to get the Image of NFT?
The parameter "img_id" in returned metadata is the image ID. Use it in CDN to fetch NFT image:
https://cdn.seascape.network/nfts/<img_id parameter>.gif
Path Parameters
Get Scapes page
GET
https://marketplace-backed/api/scapes/:page
Returns list of all sell orders in all blockchains within Seascape Marketplace. Amount of nfts that api returns could be maximum 10.
Path Parameters
Last updated