Skip to content

MoonArtDAO/tricorder-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

tricorder_logo

tricorder-api

A web service for categorizing Solana transactions.

API Overview

Tricorder provides a versioned API that returns human and computer readable events for a Solana transaction based on the MoonRank indexer.

API Endpoints

At the moment, only the transaction categorization endpoint is live. It can be accessed at:

https://tricorder.moon.art/[response version]/tx/[signature]

Where [response version] is either 0 or latest, and [signature] is a Solana transaction signature.

An example request: https://tricorder.moon.art/0/tx/4p8dzgWpwTZAcJBLGcWL9Wq2a9hsCu3ahHJidgRT9BLTbyu2tQz7r5H8261ZUwvRJFKEYMkyC3AzKWxU1biVdJAU

API Coverage

(Please open an issue if the program or event you'd like to see supported isn't on this list.)

Magic Eden v2 (M2mx93ekt1fmXSVkTrUL9xVFHkmME8HTUi5Cyc5aF7K)

Supported Events

All Magic Even v2 events are supported.

Event Type Event ID
Listing nft.listing.create (example)
Delisting nft.listing.cancel (example)
Sale nft.sale (example)
Sale by offer nft.sale.offer (example)
Place Bid nft.bid.place (example)
Cancel Bid nft.bid.cancel (example)
Deposit market.wallet.deposit (example)
Withdraw market.wallet.withdraw (example)
Withdraw From Treasury market.treasury.withdraw (example)

Magic Eden v1 (MEisE1HzehtrDpAAT8PnLHjpSSkRYakotTuJRPjTpo8)

Supported Events

All Magic Even v1 events are supported.

Event Type Event ID
Listing nft.listing.create (example)
Delisting nft.listing.cancel (example)
Sale nft.sale (example)
Sale by offer nft.sale.offer (example)
Place Bid nft.bid.place (example)
Cancel Bid nft.bid.cancel (example)

Auction House(hausS13jsjafwWwGqZTUQRmWyvyxn9EQpqMwV1PBBmk)

Includes support for OpenSea, CoralCube and Solanart v2.

Supported Events
Event Type Event ID
Listing nft.listing.create (example)
Delisting nft.listing.cancel (example)
Sale nft.sale (example)
Sale by offer nft.sale.offer (example)
Place Bid nft.bid.place (example)
Cancel Bid nft.bid.cancel (example)
Deposit market.wallet.deposit (example)
Withdraw market.wallet.withdraw (example)

Yawww (5SKmrbAxnHV2sgqyDXkGrLrokZYtWWVEEk5Soed7VLVN)

Supported Events

All Yawww events are supported.

Event Type Event ID
Listing nft.listing.create (example)
Delisting nft.listing.cancel (example)
Sale nft.sale (example)
Sale by offer nft.sale.offer (example)
Place Bid nft.bid.place (example)
Cancel Bid nft.bid.cancel (example)

Solanart v1 (CJsLwbP1iu5DuUikHEJnLfANgKy6stB2uFgvBBHoyxwz)

Supported Events

All Solanart v1 events are supported.

Event Type Event ID
Listing nft.listing.create (example)
Delisting nft.listing.cancel (example)
Sale nft.sale (example)
Sale by offer nft.sale.offer (example)
Place Bid nft.bid.place (example)
Cancel Bid nft.bid.cancel (example)

About

A web service for categorizing Solana transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages