Most powerful
NFT swap library

Trade tokens ERC20s, NFTs ERC721, and other collectibles with just a few lines of code on any EVM chain


The easiest,
the most flexible way to swap NFTs

Create the order

Sign the order

Your party fills it

1 // Maker creates the order
2 const order = nftSwapSdk.buildOrder(
3 COOLCAT, // Maker asset to swap
4 FIVE_THOUSAND_USDC, // Taker asset to swap
5 walletAddressMaker
6 );

7 // Maker signs the order
8 const signedOrder = await
9 nftSwapSdk.signOrder(order);

10 // Taker accepts and fills order by signing it
11 nftSwapSdk.fillSignedOrder(signedOrder);

Everything you'd expect from infrastructure and more

No
platform fees

Cheapest gas

Save up to 40% in transaction costs compared to the competition

Built on bullet proof, audited smart contracts

Public Orderbook

Your orders will be automatically visible in all supporting interfaces