UNPKG

@magiceden/magiceden-sdk

Version:

A TypeScript SDK for interacting with Magic Eden's API across multiple chains.

4 lines (3 loc) 190 B
import { Execute, paths } from '@reservoir0x/reservoir-sdk'; export type V3ExecuteResponse = Execute; export type V3OrderResponse = paths['/order/v4']['post']['responses']['200']['schema'];