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
Replace `<chain_id>` with the appropriate chain ID and `<thirdweb-client-id>` with your thirdweb client ID.
43
+
44
+
### Client ID in Header
45
+
46
+
You can also pass the client ID via the header:
47
+
48
+
```
49
+
x-client-id: <your_thirdweb_client_id>
50
+
```
51
+
52
+
### Frontend Calls
53
+
54
+
For frontend calls, the calling domain needs to be allowlisted. This can be done from the thirdweb dashboard in the API key settings.
55
+
56
+
### Backend Usage
57
+
58
+
For backend usage, the secret key is required as a header, and the client ID can be omitted:
59
+
60
+
```
61
+
x-secret-key: <your_thirdweb_secret_key>
62
+
```
63
+
64
+
Make sure to replace the placeholders with your actual values. This guide will help you set up and use Paymaster & Bundler URLs effectively with thirdweb.
65
+
30
66
## Using a Custom Bundler
31
67
32
68
Smart accounts are free to use with your own account abstraction infrastructure. To use your own paymaster & bundler,
0 commit comments