Transaction Describer (0.1.5)

Download OpenAPI specification:

License: MIT

Describe Address Transactions

Get the descriptions of the last number of transactions of an address.

path Parameters
address
required
string

Bech32 Cardano address

query Parameters
count
integer

The number of transactions. Min: 1; Max: 10; Default: 5

Responses

Response samples

Content type
application/json
{
  • "version": 0,
  • "id": "12345678-1234-1234-1234-1234567890ab",
  • "institution": {
    },
  • "transactions": [
    ]
}

Describe Specific Address Transaction

Get the manifest for a specific transaction of an address.

path Parameters
address
required
string

Bech32 Cardano Address

hash
required
string

Cardano Transaction Hash

Responses

Response samples

Content type
application/json
{
  • "version": 0,
  • "id": "12345678-1234-1234-1234-1234567890ab",
  • "institution": {
    },
  • "transactions": [
    ]
}

Statistics

Get the statistics of the service, such as how many transaction categories and dApps there are.

Responses

Response samples

Content type
application/json
{
  • "category": {
    },
  • "merchant": {
    }
}