You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@
12
12
13
13
# @opensea/sdk<!-- omit in toc -->
14
14
15
-
This is the TypeScript SDK for [OpenSea](https://opensea.io), the largest marketplace for NFTs.
15
+
This is the TypeScript SDK for [OpenSea](https://opensea.io), the largest marketplace for NFTs and tokens.
16
16
17
-
It allows developers to access the official orderbook, filter it, create listings and offers, and complete trades programmatically.
17
+
It allows developers to access the official orderbook, filter it, create listings and offers, complete trades programmatically, and swap tokens across chains.
18
18
19
19
Get started by getting an API key and instantiating your own OpenSea SDK instance. Then you can create orders off-chain or fulfill orders onchain, and listen to events in the process.
Copy file name to clipboardExpand all lines: developerDocs/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ hidden: false
7
7
8
8
# Overview
9
9
10
-
This is the TypeScript SDK for [OpenSea](https://opensea.io), the largest marketplace for NFTs.
10
+
This is the TypeScript SDK for [OpenSea](https://opensea.io), the largest marketplace for NFTs and tokens.
11
11
12
-
It allows developers to access the official orderbook, filter it, create offers and listings, and complete trades programmatically.
12
+
It allows developers to access the official orderbook, filter it, create offers and listings, complete trades programmatically, and swap tokens across chains.
13
13
14
14
## Getting Started
15
15
@@ -20,7 +20,7 @@ Happy seafaring! ⛵️
20
20
## Documentation
21
21
22
22
-**[Quick Start Guide](quick-start.md)** - Installation and initialization
23
-
-**[Getting Started Guide](getting-started.md)** - Learn the basics: fetching NFTs, making offers, creating listings
23
+
-**[Getting Started Guide](getting-started.md)** - Learn the basics: fetching NFTs, making offers, creating listings, and swapping tokens
24
24
-**[API Reference](api-reference.md)** - Complete reference for all SDK methods
25
25
-**[Advanced Use Cases](advanced-use-cases.md)** - Bulk operations, canceling orders, event listening, and more
26
26
-**[SDK Reference](https://projectopensea.github.io/opensea-js/)** - Auto-generated TypeDoc API documentation
@@ -36,7 +36,7 @@ Happy seafaring! ⛵️
36
36
37
37
## Key Features
38
38
39
-
-**Create Listings & Offers**: List NFTs for sale or make offers on items
39
+
-**Create Listings & Offers**: List NFTs and tokens for sale or make offers on items
40
40
-**Fulfill Orders**: Buy listings or accept offers programmatically
41
41
-**Bulk Operations**: Create multiple listings/offers with a single signature
42
42
-**Events API**: Query historical sales, transfers, and order events
0 commit comments