post https://api.blockberry.one/sui/v1/transactions/inscriptions
Get the total number of inscriptions on the Sui Network. Inscriptions are transactions which involve content (images, NFTs, text) embedded in Sui objects. Originated on Bitcoin (ordinals) inscriptions allow to significantly cut gas fees and store data directly within transactions without using an off-chain storage.
This is the Pro endpoint, currently available for free as part of the API campaign.
We provide the following metadata for this endpoint:
Object | Parameter | Description |
---|---|---|
Package | objectType | The type of the object associated with an inscription. |
id | The ID of an object associated with an inscription. | |
imgUrl | A link to the image of the project for which the project was published by which an object associated with an inscription was created. | |
symbol | The symbol of the project for which the package was published by which an object associated with an inscription was created. | |
Project | projectName | The name of the project for which the package is published by which an inscription ran. |
projectImg | A link to the image of the project for which the package is published by which an inscription ran. | |
isIndexed | A flag showing that we collect data about an inscription. | |
securityMessage | A message warning the user that scam objects are involved in an inscription. | |
Sender | senderAddress | The address of the account that initiated an inscription. |
senderName | The name of the account that initiated an inscription. | |
senderImg | A link to the image of the account submitted at the sign-up that initiated an inscription. | |
senderSecurityMessage | A message warning that the account that initiated an inscription is involved in scam activity. | |
Pool Coin | coinType | The type of coin provided in the following format: NxN::{coin name}::{COIN NAME}. |
coinName | The name of the coin denomination used in an inscription. | |
imgUrl | A link to the image of a coin denomination used in an inscription. | |
coinSymbol | The symbol of a coin denomination used in an inscription. | |
securityMessage | A message warning the user that a coin used in an inscription is a scam coin. |