MUA DAO
  • MUA DAO
  • ๐Ÿ˜ŠWhat is MUA
  • ๐Ÿ’šMission , Vison , Values
  • Product
    • ๐Ÿ—๏ธMUA7648
      • ERC7648
      • BRC7648
        • BRC7648 indexer
    • ๐ŸชMUA Cantina-Marketplace
    • ๐ŸŒฒMUA Academy
    • ๐Ÿ’žMUAverse
    • ๐ŸฆฆMUA Labs
  • $ MUA
    • ๐Ÿ’‹About $MUA
    • ๐Ÿ•Token Distribution
    • ๐Ÿฅ˜Token Distribution Details
    • ๐ŸปMUA Token Value
    • ๐Ÿคนโ€โ™€๏ธUse Cases of the Token
  • White Paper
    • ๐Ÿ“ƒMUADAO White Paper
Powered by GitBook
On this page
  • API Endpoints๏ผš
  • GET /brc7648/v1/tokens
  • GET /brc7648/v1/token/:deployid
  • Detailed Info of deployed BRC7648:
  • GET /brc7648/v1/holders/:deployid
  • Get the list of holders of the deployed BRC7648
  • GET /brc7648/v1/mints/:deployid
  • Get the list of mints given the deployed inscription ID:
  • GET /brc7648/v1/address/:address
  • Get the list of mints given the address:
  1. Product
  2. MUA7648
  3. BRC7648

BRC7648 indexer

Source Code https://github.com/muadao/brc7648_indexer

PreviousBRC7648NextMUA Cantina-Marketplace

Last updated 1 year ago

This BRC7648 indexer works by tracking and indexing valid BRC7648 inscription data on bitcoin transaction data. A valid BRC7648 is described

The following API endpoints can be used to query the BRC7648 indexed.

API Endpoints๏ผš


GET

Listing of all deployed BRC7648 :

Examples๏ผš

Optional Query String:

network=testnet for testnet , default is mainnet.

limit and offset can be used for pagination. Example limit=100&offset=20


Detailed Info of deployed BRC7648:

Required:

:deployid , the deployed BRC7648 inscription id

Optional Query String:

network=testnet for testnet , default is mainnet.

Example:


GET /brc7648/v1/holders/:deployid

Get the list of holders of the deployed BRC7648

Required:

:deployid , the deployed BRC7648 inscription id

Optional Query String:

network=testnet for testnet , default is mainnet.

limit and offset can be used for pagination. Example limit=100&offset=20

Example:


GET /brc7648/v1/mints/:deployid

Get the list of mints given the deployed inscription ID:

Required:

:deployid , the deployed BRC7648 inscription id

Optional Query String:

network=testnet for testnet , default is mainnet.

limit and offset can be used for pagination. Example limit=100&offset=20

Example:


GET /brc7648/v1/address/:address

Get the list of mints given the address:

Required:

:address, the address of the BTC wallet.

Optional Query String:

network=testnet for testnet , default is mainnet.

limit and offset can be used for pagination. Example limit=100&offset=20

GET /:deployid

๐Ÿ—๏ธ
/brc7648/v1/token
here
/brc7648/v1/tokens
https://labs.muadao.build/brc7648/v1/tokens?network=testnetlabs.muadao.build
https://labs.muadao.build/brc7648/v1/address/tb1qqxlkjnqepqz90qnfd29zcr0kvg6z3drlmzf2f0?network=testnetlabs.muadao.build
https://labs.muadao.build/brc7648/v1/holders/a4364fa76900946feccbe36e84de0a821134fcc5ba622b0d44c64df3520de896i0?network=testnetlabs.muadao.build
https://labs.muadao.build/brc7648/v1/token/a4364fa76900946feccbe36e84de0a821134fcc5ba622b0d44c64df3520de896i0?network=testnetlabs.muadao.build
https://labs.muadao.build/brc7648/v1/mints/a4364fa76900946feccbe36e84de0a821134fcc5ba622b0d44c64df3520de896i0?network=testnetlabs.muadao.build