docs: sync with docs.polymarket.com - 2026-05-21

This commit is contained in:
Etherdrake
2026-05-21 14:56:45 +02:00
parent fa49cb64f0
commit 2df6215a8e
50 changed files with 461 additions and 97 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ L1 methods require the client to initialize with a signer.
### createApiKey
Creates a new API key (L2 credentials) for the wallet signer. Each wallet can only have one active API key at a time — creating a new key invalidates the previous one.
Creates a new API key (L2 credentials) for the wallet signer.
```typescript Signature theme={null}
async createApiKey(nonce?: number): Promise<ApiKeyCreds>