post https://api.blockberry.one/sui/v1/transactions
Get a list of all transaction blocks. On Sui, transaction blocks are added in checkpoints and contain single transactions that execute atomic operations.
We provide the following metadata for this endpoint:
Object | Parameter | Description |
---|---|---|
Package | objectType | The type of the object associated with a transaction block. |
id | The ID of an object associated with a transaction block. | |
imgUrl | A link to the image of the project for which the project was published by which an object associated with a transaction block was created. | |
symbol | The symbol of the project for which the package was published by which an object associated with a transaction block was created. | |
Project | projectName | The name of the project for which the package is published by which a transaction block ran. |
projectImg | A link to the image of the project for which the package is published by which a transaction block ran. | |
isIndexed | A flag showing that we collect data about a transaction block. | |
securityMessage | A message warning the user that scam objects are involved in a transaction block. | |
Sender | senderAddress | The address of the account that initiated a transaction block. |
senderName | The name of the account that initiated a transaction block. | |
senderImg | A link to the image of the account submitted at the sign-up that initiated a transaction block. | |
senderSecurityMessage | A message warning that the account that initiated a transaction block 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 a transaction block. | |
imgUrl | A link to the image of a coin denomination used in a transaction block. | |
coinSymbol | The symbol of a coin denomination used in a transaction block. | |
securityMessage | A message warning the user that a coin used in a transaction block is a scam coin. |