We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033d67a commit f201011Copy full SHA for f201011
1 file changed
README.md
@@ -242,6 +242,17 @@ opensea tokens top --chains base --limit 2
242
opensea tokens get base 0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2
243
```
244
245
+### Swaps
246
+
247
+```bash
248
+# Get a swap quote for USDC to DRB on Base
249
+opensea swaps quote \
250
+ --from-chain base --from-address 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 \
251
+ --to-chain base --to-address 0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2 \
252
+ --quantity 1000000 \
253
+ --address 0x21130e908bba2d41b63fbca7caa131285b8724f8
254
+```
255
256
### Accounts
257
258
```bash
0 commit comments