Skip to content

Commit cf71fbe

Browse files
committed
Sync from opensea-devtools
1 parent 18cc6a8 commit cf71fbe

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212

1313
# @opensea/sdk <!-- omit in toc -->
1414

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.
1616

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.
1818

1919
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.
2020

developerDocs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const offer = await openseaSDK.createCollectionOffer({
175175

176176
## Fetching Orders
177177

178-
To retrieve offers and listings, use the collection-based or NFT-specific endpoints:
178+
To retrieve offers and listings, use the collection-based or item-specific endpoints:
179179

180180
```typescript
181181
// Get all offers for a collection

developerDocs/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ hidden: false
77

88
# Overview
99

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.
1111

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.
1313

1414
## Getting Started
1515

@@ -20,7 +20,7 @@ Happy seafaring! ⛵️
2020
## Documentation
2121

2222
- **[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
2424
- **[API Reference](api-reference.md)** - Complete reference for all SDK methods
2525
- **[Advanced Use Cases](advanced-use-cases.md)** - Bulk operations, canceling orders, event listening, and more
2626
- **[SDK Reference](https://projectopensea.github.io/opensea-js/)** - Auto-generated TypeDoc API documentation
@@ -36,7 +36,7 @@ Happy seafaring! ⛵️
3636

3737
## Key Features
3838

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
4040
- **Fulfill Orders**: Buy listings or accept offers programmatically
4141
- **Bulk Operations**: Create multiple listings/offers with a single signature
4242
- **Events API**: Query historical sales, transfers, and order events

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opensea/sdk",
33
"version": "10.0.0",
4-
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data",
4+
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data",
55
"license": "MIT",
66
"author": "OpenSea Developers",
77
"homepage": "https://docs.opensea.io/reference/api-overview",

0 commit comments

Comments
 (0)