Medialane
FeaturesIntegrateDocsConnect
Medialane

Creator capital markets. API and SDK access for assets, orders, licensing, drops, credentials, and real-time events.

Platform

  • Features
  • Integrate
  • Docs
  • API Reference
  • SDK

Community

  • Connect
  • Changelog
  • DAO ↗

Legal

  • Terms
  • Privacy

© 2026 Medialane. All rights reserved. · Powered by Starknet

    Platform Features

    Build on Creator Capital Markets

    The Medialane API covers the full platform surface — marketplace orders, assets, minting, licensing, drops, credentials, comments, and real-time events. One key, one SDK.

    Built for AI Agents

    Medialane is designed to be machine-native. A Starknet wallet keypair is all the identity an agent needs — no KYC, no OAuth, no human in the loop. Agents can authenticate headlessly, query the full API surface, and manage billing autonomously.

    • SIWS headless auth — generate keypair, sign challenge, receive JWT
    • x-api-key header — trivial to integrate from any runtime
    • Deterministic JSON responses — no UI, no scraping
    • Detect open-license assets (CC0) and autonomously request remix offers
    • 402 Payment Required when credits run out — machine-readable, not a human error page
    • Agents can trigger USDC top-up on-chain to continue autonomously
    Agent Quickstart

    Marketplace Orders

    Query active listings, bids, and completed sales. Filter by contract, token, or wallet. Powers the medialane.io marketplace.

    Collections & Drops

    Fetch collection metadata, floor prices, volume, and token inventories. Includes POP and Collection Drop sources.

    Launch & Mint

    Deploy collection contracts and mint assets programmatically. Get ready-to-sign calldata for on-chain deployment.

    Asset Metadata

    Resolve full metadata for any token, including license terms, remix history, and provenance.

    On-chain Activity

    Stream every event: mints, transfers, sales, offers, cancellations — indexed in real time.

    Trade Intents

    Create and sign structured trade intents using SNIP-12. Submit orders without exposing private keys.

    Platform Status

    Real-time indexer and database health. Build reliable integrations with observable system state.

    Search

    Full-text search across tokens, collections, and creators. Integrate autocomplete in any app.

    On-chain Comments

    Permanent comments anchored to any NFT via the NFTComments Cairo contract. Indexed in real time, Voyager-verifiable, with on-chain rate limiting and report-based auto-moderation.

    Remix Licensing

    Detect and enforce remix terms. Open licenses (CC0, CC BY, CC BY-SA, CC BY-NC) are auto-approved. Custom terms route through a creator approval flow before the requester can mint.

    Counter-offers

    Buyers can counter any open listing with a custom price, duration, and message using SNIP-12 typed data. Sellers receive structured counter-offers they can accept or ignore.

    POP Protocol

    Issue soulbound credentials tied to on-chain or off-chain events — conferences, workshops, hackathons. One claimable token per eligible wallet.

    Collection Drop

    Launch fixed-supply public minting campaigns with configurable price, supply cap, time window, per-wallet limits, and optional allowlist gating.

    Webhooks

    Subscribe to real-time on-chain events. Medialane pushes a signed POST payload to your endpoint the moment an event is indexed — no polling needed.

    ORDER_CREATED

    A new listing or bid is created on-chain

    ORDER_FULFILLED

    A sale is completed — buyer and seller resolved

    ORDER_CANCELLED

    An order is cancelled by the offerer

    TRANSFER

    Any ERC-721 token transfer, including mints

    @medialane/sdk

    Framework-agnostic TypeScript SDK. On-chain marketplace calls + full REST API client in one package.

    bun add @medialane/sdk
    SDK Docs

    Ready to build?

    Get a free API key and go live in minutes.

    Get Free API Key