RPC backend
List of API commands using RPC. Check the available marketplace api url in config page
Last updated
List of API commands using RPC. Check the available marketplace api url in config page
Last updated
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.
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
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.
Name | Type | Description |
---|---|---|
page
number
Page offset. Every request returns 10 nfts. By page offset.
network_id
number
ID of the Blockchain network. For example: 1 - Ethereum mainnet 4 - Rinkeby testnet To see all supported networks, please look at config page
id
number
The ID of nft
network_id
number
The ID of blockchain network. To see supported blockchain ids, check marketplace/config page
number
Returns next batch of