Magic Eden · Authentication Profile

Magiceden Authentication

Authentication

Magic Eden secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

NFTNFT MarketplaceMulti-ChainSolanaBitcoinOrdinalsRunesEthereumPolygonWeb3BlockchainDeFiTrading
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-NFT-API-Key)
cookieAuth apiKey
· in: header (Cookie)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/magiceden-openapi.yaml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-NFT-API-Key
  sources:
  - openapi/magiceden-openapi.yaml
- name: cookieAuth
  type: apiKey
  in: header
  parameter: Cookie
  sources:
  - openapi/magiceden-openapi.yaml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/magiceden-openapi.yaml