Start Building
MayaScan has developed a powerful indexer tailored for MRC-20 tokens and M-NFT collections. Now, with a variety of accessible endpoints, you can effortlessly list and search these standards. This empowers you and your project to showcase user balances, enumerate assets, and much more.
Features
Dive into the API docs below.
Available endpoints
MRC-20 token details
Method
GET
ARGUMENTS
Key | Type | Description |
---|---|---|
TICKER | string | The ticker to get details from. |
RESPONSE
MRC-20 token balances for an address
Method
GET
ARGUMENTS
Key | Type | Description |
---|---|---|
ADDRESS | string | The user's Maya address for which the balances are being requests. |
RESPONSE
M-NFT collection details
Method
GET
ARGUMENTS
Key | Type | Description |
---|---|---|
SYMBOL | string | The collection's symbol. |
RESPONSE
M-NFT collection balances for an address
Method
GET
ARGUMENTS
Key | Type | Description |
---|---|---|
ADDRESS | string | The user's Maya address for which the balances are being requests. |
PAGE | number | Up to 10 collections are displayed per page. |
RESPONSE