Seascape Nft
Seascape Nft related API.
Get Seascape NFT Image
GET
https://url/nft/img/:id
This endpoint allows you to get image of NFT.
Path Parameters
id
integer
NFT Id
Get Seascape NFT data
GET
https://url/nft/data/:id
This endpoint returns NFT parameters, such as generation
, quality
etc...
Path Parameters
id
integer
NFT id
Get Seascape NFT data in OPENSEA format
GET
https://url/nft/meta/:id
The parameters of Token, but for online Token sale platform https://opensea.io
Path Parameters
id
integer
NFT id
Get batch of nfts by the owner's wallet address
GET
https://url/owned-by/:wallet-address
Path Parameters
wallet_address
string
A wallet address of the user starting with the 0x prefix.
GET
https://url/owned-by/:wallet-address
Path Parameters
string
Get Seasacpe Points (SP)
GET
https://url/nft/sp-points/:id
Returns the calculated Seascape Points. Seascape Points is a weight of NFT in the Seascape platform. The higher the value, the bold nft it is. Seascape Points are calculated in format of generation multiplied by quality. The older the generation, and higher the quality, the seascape points will be high too. Addiontally, this endpoint returns a signature of hash of seascape points. Any smartcontract of Seascape Platform that requires Seascape Points, will also require the signature of seascape points. By that signature, smartcontract verifies that our backend generated it itself.
Path Parameters
id
integer
NFT id
Last updated