Skip to content

MinterCat/API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinterCat | API

Welcome to the MinterCat project!
The Developers section will help you develop your own app / bot / website with our cats, using our open API

This document covers the installation and use of this API and often reveals answers to common problems and issues - read this document thoroughly if you are experiencing any difficulties. If you have any questions that are beyond the scope of this document, feel free to email at admin@mintercat.com Thank you so much!

About

API

api.mintercat.com
https://api.mintercat.com - API where you can get all existing types of cats, and also find out how many cats are purchased at the moment.

  • count - the number of cats purchased at the moment.
  • cats - all existing types of cats.
  • gender - gender of the cat.
  • name - the Name of the breed.
  • series - release Series. The lower the series, the more expensive the cat.
  • rarity - Rarity. On how many rarely marks a particular cat. Multiply this result by 100 and get the value as a percentage.
  • img - serial number of the cat's avatar.
  • To get an image of the cat's avatar, follow the link - mintercat.com/img/Cat serial number of the cat's avatar .webp
  • webp - To get an image of the cat's avatarin webp format, follow the link.
  • png - To get an image of the cat's avatarin png format, follow the link.
  • count - The number of cats of this breed at the moment.
  • value - the recommended cost of this cat in the MINTERCAT coin.
  • color - the recommended background color of a cat.

Data base

api.mintercat.com/list
All created cats are stored in the database, which can be obtained from the link https://api.mintercat.com/list

  • stored_id - the block where the cat was created.
  • addr - owner of the cat at the moment.
  • id - serial number of the cat.
  • img - serial number of the cat's avatar.
  • To get an image of the cat's avatar, follow the link - mintercat.com/img/Cat serial number of the cat's avatar .webp
  • sale - if 1 - for sale; if 0 - not for sale.
  • price - the sale Price of the cats in the MINTERCAT coin.

Genes

api.mintercat.com/gen
All genes of cats, which can be obtained from the link https://api.mintercat.com/gen

  • stored_id - the block where the cat was created.
  • tentacles - gene for cats with octopus tentacles.
  • fishtail - gene for cats with fish tails.
  • horns - gene for cats with horns.
  • And so on.

Explorer | Search by address

api.mintercat.com/cats?addr=Mx...
All cats belonging to the same user, you can get it from the link https://api.mintercat.com/cats?addr=Mx...

  • stored_id - the block where the cat was created.
  • addr - owner of the cat at the moment.
  • id - serial number of the cat.
  • img - serial number of the cat's avatar.
  • To get an image of the cat's avatar, follow the link - mintercat.com/img/Cat serial number of the cat's avatar .webp
  • sale - if 1 - for sale; if 0 - not for sale.
  • price - the sale Price of the cats in the MINTERCAT coin.

Explorer | Search by id

api.mintercat.com/cats?id=
Find out which user the cat belongs to, you can follow the link https://api.mintercat.com/cats?id=
block number

  • stored_id - the block where the cat was created.
  • addr - owner of the cat at the moment.
  • id - serial number of the cat.
  • img - serial number of the cat's avatar.
    To get an image of the cat's avatar, follow the link - https://mintercat.com/static/img/Cat serial number of the cat's avatar .webp
  • sale - if 1 - for sale; if 0 - not for sale.
  • price - the sale Price of the cats in the MINTERCAT coin.
  • gender - gender of the cat.
  • name - the Name of the breed.
  • series - release Series. The lower the series, the more expensive the cat.
  • rarity - Rarity. On how many rarely marks a particular cat. Multiply this result by 100 and get the value as a percentage.
  • count - The number of cats of this breed at the moment.
  • value - the recommended cost of this cat in the MINTERCAT coin.

Coin price

api.mintercat.com/coin
MINTERCAT coin price relative to BIP https://api.mintercat.com/coin

  • estimateCoinSell - estimate of sell MINTERCAT coin transaction.
  • estimateCoinBuy - estimate of buy MINTERCAT coin transaction.
  • symbol - characteristics of the MINTERCAT coin in relation to BIP.
    • name - name of the MINTERCAT coin
    • symbol - name of the MINTERCAT coin
    • volume - the cost of the coin excluding CRR
    • crr - name of the MINTERCAT coin
    • The CRR is the most important parameter for any coin in the Minter network and is responsible for the level of its volatility (price variability).

      The higher the constant ratio to the reserve , the smaller the difference between the value of the coin and the reserve that provides it. Accordingly, the higher the CRR indicator, the lower the volatility of the coin.

    • reserve_balance - General reserve BIP.

Users

api.mintercat.com/users
Information about registered users https://api.mintercat.com/users

  • address - address of the user's crypto wallet.
  • nick - nickname in the game.
  • language - user language.

Hash

https://api.mintercat.com/hash
hash - 0xc4bcf0eea760f882d17fe219ae217a4fdc06529530b14f98551ec0769694e44d (for an example)

API for working with hash: https://api.mintercat.com/hash?hash=0xc4bcf0eea760f882d17fe219ae217a4fdc06529530b14f98551ec0769694e44d

Here we see the cat block, from whom and to whom the cat was sent.

  • height - The block where the cat is recorded.
  • tx.from - Sender of the transaction.
  • tx.to - Recipient of the transaction.
  • API for working with hash: https://api.mintercat.com/hash?hash=0xc4bcf0eea760f882d17fe219ae217a4fdc06529530b14f98551ec0769694e44d&img=true

    Here we see the transaction type and appearance of the cat.

  • type - Transaction type.
    • type 1: Creating a cat
    • type 2: Transferring data between users
    • type 3: The crossing
    • type 4: Selling a cat
    • type 5: Buying a cat
    • type 6: Remove from sale
    • type 7: Deleting
  • img - Serial number of the cat's avatar.
  • To get an image of the cat's avatar, follow the link:
    mintercat.com/img/Cat serial number of the cat's avatar .webp
  • hash - Hash transactions.
  • Types "mom" and "dad" may appear in the crossing transaction
  • mom - Mom's hash transactions.
  • dad - Dad's hash transactions.

Shop

api.mintercat.com/shop
API for interacting with the store https://api.mintercat.com/shop

  • count - The number of cats currently being sold.

Users

api.mintercat.com/users
Information about registered users https://api.mintercat.com/users

  • address - address of the user's crypto wallet.
  • nick - nickname in the game.
  • language - user language.

Language

api.mintercat.com/language
Translate the MinterCat project into the selected language https://api.mintercat.com/language?lang=Russian

The number of users who selected a specific localization language https://api.mintercat.com/language

GitHub Files

api.mintercat.com/files
The latest build of the project uploaded to github https://api.mintercat.com/files

Version

api.mintercat.com/version
The current version of the components of the project https://api.mintercat.com/version