MagicEdenActivity
A marketplace activity event on Magic Eden (sale, listing, bid, transfer, etc.).
NFTWeb3BlockchainMarketplaceSolanaEthereumBitcoinOrdinalsRunesMulti-Chain
Properties
| Name |
Type |
Description |
| signature |
string |
On-chain transaction signature. |
| type |
string |
Type of marketplace activity. |
| source |
string |
Marketplace source of the activity (e.g., magic_eden). |
| tokenMint |
string |
Mint address of the NFT involved in the activity. |
| collection |
string |
Collection symbol the NFT belongs to. |
| collectionSymbol |
string |
Unique collection symbol on Magic Eden. |
| slot |
integer |
Solana slot number when the activity occurred. |
| blockTime |
integer |
Unix timestamp (seconds) when the activity was confirmed on-chain. |
| buyer |
string |
Wallet address of the buyer (for sale and bid events). |
| seller |
string |
Wallet address of the seller (for sale and list events). |
| price |
number |
Transaction price in SOL or native currency. |
| currency |
object |
Currency details if the transaction used a non-native SPL token. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/magiceden/main/json-schema/magiceden-activity.json",
"title": "MagicEdenActivity",
"description": "A marketplace activity event on Magic Eden (sale, listing, bid, transfer, etc.).",
"type": "object",
"properties": {
"signature": {
"type": "string",
"description": "On-chain transaction signature."
},
"type": {
"type": "string",
"enum": ["sale", "list", "delist", "bid", "cancelBid", "transfer"],
"description": "Type of marketplace activity."
},
"source": {
"type": "string",
"description": "Marketplace source of the activity (e.g., magic_eden)."
},
"tokenMint": {
"type": "string",
"description": "Mint address of the NFT involved in the activity."
},
"collection": {
"type": "string",
"description": "Collection symbol the NFT belongs to."
},
"collectionSymbol": {
"type": "string",
"description": "Unique collection symbol on Magic Eden."
},
"slot": {
"type": "integer",
"description": "Solana slot number when the activity occurred."
},
"blockTime": {
"type": "integer",
"description": "Unix timestamp (seconds) when the activity was confirmed on-chain."
},
"buyer": {
"type": "string",
"description": "Wallet address of the buyer (for sale and bid events)."
},
"seller": {
"type": "string",
"description": "Wallet address of the seller (for sale and list events)."
},
"price": {
"type": "number",
"description": "Transaction price in SOL or native currency."
},
"currency": {
"type": "object",
"description": "Currency details if the transaction used a non-native SPL token.",
"properties": {
"symbol": { "type": "string" },
"address": { "type": "string" },
"decimals": { "type": "integer" }
}
}
},
"required": ["signature", "type", "blockTime"]
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/magic-eden-activity"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.