Skip to main content
POST
/
api
/
magiceden
/
collections
/magiceden/collections
curl --request POST \
  --url https://api.anysite.io/api/magiceden/collections \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "symbol": "<string>",
  "timeout": 300,
  "chain": "solana"
}
'
[
  {
    "symbol": "<string>",
    "name": "<string>",
    "@type": "MagicedenCollection",
    "description": "<string>",
    "image": "<string>",
    "blockchain": "<string>",
    "categories": [],
    "twitter": "<string>",
    "discord": "<string>",
    "website": "<string>",
    "is_verified": false,
    "is_flagged": false,
    "enabled_bidding": false,
    "on_chain_collection_address": "<string>",
    "total_items": 123,
    "watchlist_count": 123,
    "spl_tokens": [],
    "candy_machine_ids": [],
    "has_inscriptions": false,
    "mmm_status": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
symbol
string
required

Collection symbol (its human-readable alias, e.g. 'mad_lads')

Minimum string length: 1
Examples:

"mad_lads"

"okay_bears"

"claynosaurz"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
chain
enum<string>
default:solana

Blockchain

Available options:
solana

Response

Successful Response

symbol
string
required
name
string
required
@type
string
default:MagicedenCollection
description
string | null
image
string | null
blockchain
string | null
categories
string[]
twitter
string | null
discord
string | null
website
string | null
is_verified
boolean
default:false
is_flagged
boolean
default:false
enabled_bidding
boolean
default:false
on_chain_collection_address
string | null
total_items
integer | null
watchlist_count
integer | null
spl_tokens
string[]
candy_machine_ids
string[]
has_inscriptions
boolean
default:false
mmm_status
string | null
created_at
string | null
updated_at
string | null