Get the descriptions of the last number of transactions of an address.
address required | string Bech32 Cardano address |
count | integer The number of transactions. Min: 1; Max: 10; Default: 5 |
{- "version": 0,
- "id": "12345678-1234-1234-1234-1234567890ab",
- "institution": {
- "name": "Cardano",
- "network": "Mainnet"
}, - "transactions": [
- {
- "transaction_id": "Tx Hash",
- "timestamp": 0,
- "type": "undefined",
- "description": "undefined",
- "confidence": 100,
- "accounts": {
- "user": [
- {
- "address": "addr1_...",
- "role": "User Address | Unknown Address | Unknown Script | etc.",
- "total": [
- {
- "currency": "ADA",
- "amount": 0
}
]
}
], - "other": [
- {
- "address": "addr1_...",
- "role": "User Address | Unknown Address | Unknown Script | etc.",
- "total": [
- {
- "currency": "ADA",
- "amount": 0
}
]
}
]
}, - "withdrawal_amount": {
- "currency": "ADA",
- "amount": 0
}, - "network_fee": {
- "currency": "ADA",
- "amount": 0
}, - "metadata": [
- { }
]
}
]
}
Get the manifest for a specific transaction of an address.
address required | string Bech32 Cardano Address |
hash required | string Cardano Transaction Hash |
{- "version": 0,
- "id": "12345678-1234-1234-1234-1234567890ab",
- "institution": {
- "name": "Cardano",
- "network": "Mainnet"
}, - "transactions": [
- {
- "transaction_id": "Tx Hash",
- "timestamp": 0,
- "type": "undefined",
- "description": "undefined",
- "confidence": 100,
- "accounts": {
- "user": [
- {
- "address": "addr1_...",
- "role": "User Address | Unknown Address | Unknown Script | etc.",
- "total": [
- {
- "currency": "ADA",
- "amount": 0
}
]
}
], - "other": [
- {
- "address": "addr1_...",
- "role": "User Address | Unknown Address | Unknown Script | etc.",
- "total": [
- {
- "currency": "ADA",
- "amount": 0
}
]
}
]
}, - "withdrawal_amount": {
- "currency": "ADA",
- "amount": 0
}, - "network_fee": {
- "currency": "ADA",
- "amount": 0
}, - "metadata": [
- { }
]
}
]
}
Get the statistics of the service, such as how many transaction categories and dApps there are.
{- "category": {
- "names": [
- "amm_dex",
- "blockchain",
- "catalyst_deregistration",
- "catalyst_registration",
- "charity",
- "community",
- "concentrated_liquidity_dex",
- "defi",
- "dex_aggregator",
- "gaming",
- "hybrid_dex",
- "launchpad",
- "layer_2",
- "lending_borrowing",
- "marketplace",
- "mining",
- "mobile_network",
- "multi_stake_delegation",
- "nft",
- "option",
- "oracle",
- "orderbook_dex",
- "other_dex",
- "receive_ada",
- "receive_tokens",
- "send_ada",
- "send_tokens",
- "setup_collateral",
- "stablecoin",
- "stake_delegation",
- "stake_registration",
- "staking",
- "stealth_wallet",
- "synthetics",
- "token_distribution",
- "token_minting",
- "unknown_activity",
- "wrapped_assets",
- "yield_farming"
], - "count": 39
}, - "merchant": {
- "names": [
- "$USDM",
- "ADA Blobs",
- "ADA Handle",
- "ADA Inmates",
- "adadomains",
- "ADAO",
- "ADAX PRO",
- "anetaBTC",
- "Artano.",
- "Artifct",
- "Astarter",
- "Astor Pool Tokens",
- "Axo",
- "Book.io",
- "Cardahub",
- "Cardania",
- "Cardano Art",
- "Cardano in Color",
- "Cardano Name Service",
- "Cardano Waifus",
- "Cerra",
- "Charli3",
- "CherryLend",
- "Chilled Kongs",
- "Cicada NFT",
- "Clay Nation",
- "Coinecta",
- "CryptoDino",
- "Cryptrolls",
- "CSWAP DEX",
- "CypherMonks",
- "Danogo Bond",
- "DEADPXLZ",
- "Derp Birds",
- "DexHunter",
- "Disco Solaris",
- "Djed StableCoin",
- "DripDropz",
- "Dropspot",
- "ENCOINS",
- "Epoch Art",
- "Explosif",
- "Fabul.art",
- "Filthy Rich Horses",
- "flipr.io",
- "Fluid Tokens",
- "Fortuna",
- "Genesis House",
- "Genius Yield",
- "GOAT Tribe",
- "H.Y.P.E. CNFT",
- "Horrocubes",
- "Hydra",
- "Iagon",
- "Indigo Protocol",
- "Jam On Bread",
- "jpg.store",
- "Kalyx",
- "Kreate",
- "Lending Pond",
- "Lenfi",
- "Levvy Finance",
- "Liqwid Finance",
- "Lobster Challenge",
- "Mad Dog Car Club",
- "Martify Labs",
- "Mashdapp",
- "Matrix Berry",
- "MELD",
- "Meowswap",
- "Milkomeda C1",
- "Minswap",
- "MuesliSwap",
- "MutantNFTs",
- "NFTJAM",
- "old-tales",
- "Optim Finance",
- "OptionFlow",
- "Orcfax",
- "PIGY Oracle",
- "PixelCat",
- "Plutus.Art",
- "Project NEWM's Marketplace",
- "RagAlley",
- "RatsDAO",
- "SaturnNFT",
- "Seedelf",
- "SingularityNET",
- "SmartClaimz",
- "SpaceBudz",
- "Spectrum Finance",
- "Splash Protocol",
- "Summon Platform",
- "SundaeSwap",
- "TeddySwap",
- "The Ape Society",
- "Token Riot",
- "Tokhun",
- "VyFinance",
- "Wanchain",
- "Wild Tangz",
- "Wingriders",
- "World Mobile Token",
- "World of Pirates",
- "Yummi Universe"
], - "count": 105
}
}