Seascape Network
EN
EN
  • Welcome to Seascape
  • Guides
    • How to use the Scape Store Swapping Feature
    • How to Play Profit Circus
    • Guide to NFT Brawl
    • Guide to Staking Saloon
    • Guide to Scape Forum
    • Guide to Zombie Farm
    • Bridge Your MSCP between MOVR and BSC
    • Guide to join the pCWS Pools and NFT Trading
  • SMARTCONTRACTS
    • Addresses
      • Lighthouse
      • Changelog
    • Installation
    • Seascape NFT (SCAPES)
    • Crowns (CWS) token
  • Game for Developers
    • API Urls
    • Seascape Nft
    • Game 2: NFT BRAWL
      • Leaderboard
    • Game 5: Zombie Farm
      • Glossary
      • Reward categories
      • Option categories
      • API call order
  • Scape Store (Marketplace)
    • Config
    • Nft Swap
    • RPC backend
    • Smartcontract Changelog
  • API changelog
  • Seadex
    • Intro
    • Local deployment
    • Addresses
    • Managing Token
      • Add supported token to Factory
  • Lighthouse (IDO)
    • API
    • Smartcontrontracts
      • Tiers
    • Installation
  • Seascape SDK
    • Intro
    • Installation
    • Features
      • Shared Smartcontract Parameters
        • Configuration Format
        • Seascape CDN Config
        • CdnWrite
          • Truffle Framework
          • Hardhat Framework
          • Non-framework update
        • CDN Read
      • Server Proof
        • Smartcontract Data
        • Proof of Server
Powered by GitBook
On this page

Was this helpful?

  1. Game for Developers

Game 2: NFT BRAWL

API used by Nft Rush

Get Quality of next mintable token

GET https://api.blocklords.io:81/nftrush/quality/:wallet_address

The game Nft Rush allows player to mint token based on CWS that he is spending. The more CWS is spending, the higher the quality of token. The calculation of Quality is centralized. And, this endpoint allows to fetch next mintable token's quality.

Path Parameters

Name
Type
Description

id

string

Wallet Address of the player in HEX format starting with 0x.

{
   "quality":1,
   "signature":"0xb3960d958db4e178e6fa1e8895fd20b84fc0200523927a2cd8f5ac270549cacf22122f65abb278b3315fb2ddeaca442181f68d8ce2840d4d5f7adaf1b9477ae500"
}
{
   "error":"403 too many signatures",
   "err_code":403
}
{    "message": "Ain't no cake like that."}
{
   "error":"500 json to string convert error",
   "err_code":500
}

PreviousSeascape NftNextLeaderboard

Last updated 4 years ago

Was this helpful?