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
}Last updated
Was this helpful?