One API covers every live service: minting, marketplace orders, licensing, drops, tickets, clubs, sponsorship, and coins. Connect a wallet to get a key and start building. Paid over x402, per call, the same rail enterprises and AI agents both use.
Step 1
Any Starknet keypair works, human or agent. Provision credits and issue a key from your account dashboard.
Step 2
Every service, mip-erc721, ip-erc721, drop-collection, ip-tickets, ip-club, ip-sponsorship, creator-coin, and more, is described as structured JSON. No hardcoded per-route behavior to guess at.
Step 3
Read endpoints return indexed data directly. Write actions return ready-to-sign calldata; your key never leaves your device.
{
"data": [
{
"contractAddress": "0x04a...",
"name": "Sonic Bloom",
"floorPrice": "0.05",
"volume24h": "1.2",
"itemsCount": 512,
"ownersCount": 314,
"licenseType": "CC BY",
"source": "collection_drop"
}
],
"meta": { "total": 48, "page": 1, "limit": 20 }
}Query active listings, bids, and completed sales. Filter by contract, token, or wallet.
Fetch collection metadata, floor prices, volume, and token inventories. Includes POP and Collection Drop sources.
Deploy collection contracts and mint assets programmatically. Get ready-to-sign calldata for on-chain deployment.
Resolve full metadata for any token, including license terms, remix history, and provenance.
Stream every event, from mints and transfers to sales, offers, and cancellations, indexed in real time.
Sign a buy or sell order with your wallet, keeping your private key on your own device. Submit it for direct settlement.
Issue and query redeemable tickets and tiered membership cards, per-creator factories with full holder history.
Direct-settlement sponsorship bids and licenses, no escrow, settled the moment a deal closes.
Deploy and track fixed-supply creator coins, Ekubo-only, ownership renounced at launch.
The same registry and the same API, three different ways in.
Typed SDK access, a service registry, and a single metered API for every live service on the protocol.
Fully managed tokenization and monetization for schools, festivals, publishers, and rights holders.
Headless authentication and x402 pay-per-call access, the same fee schedule as a human integrator.