@b3dotfun/sdk 0.0.18 → 0.0.19-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -51
- package/dist/cjs/anyspend/react/components/AnySpend.js +21 -3
- package/dist/cjs/anyspend/react/components/AnySpendCustom.js +0 -1
- package/dist/cjs/anyspend/react/components/common/FiatPaymentMethod.js +2 -2
- package/dist/cjs/anyspend/react/components/common/PanelOnrampPayment.js +0 -1
- package/dist/cjs/anyspend/react/components/webview/WebviewOnrampPayment.js +0 -1
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOnrampOrder.d.ts +0 -1
- package/dist/cjs/anyspend/react/hooks/useAnyspendCreateOnrampOrder.js +0 -4
- package/dist/cjs/anyspend/react/hooks/useGeoOnrampOptions.js +1 -1
- package/dist/cjs/anyspend/react/hooks/useStripeSupport.d.ts +1 -1
- package/dist/cjs/anyspend/react/hooks/useStripeSupport.js +4 -4
- package/dist/cjs/anyspend/react/providers/AnyspendProvider.d.ts +1 -2
- package/dist/cjs/anyspend/react/providers/AnyspendProvider.js +2 -3
- package/dist/cjs/anyspend/services/anyspend.d.ts +1 -1
- package/dist/cjs/anyspend/services/anyspend.js +1 -2
- package/dist/cjs/anyspend/types/api.d.ts +1 -16
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.d.ts +3 -1
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.js +2 -2
- package/dist/cjs/global-account/react/components/B3Provider/B3Provider.native.js +3 -1
- package/dist/cjs/global-account/react/components/index.d.ts +1 -0
- package/dist/cjs/global-account/react/components/index.js +4 -2
- package/dist/cjs/global-account/react/components/ui/Loading.js +1 -1
- package/dist/cjs/shared/thirdweb/generated/@tanstack/react-query.gen.d.ts +4 -4
- package/dist/cjs/shared/thirdweb/generated/@tanstack/react-query.gen.js +360 -313
- package/dist/cjs/shared/thirdweb/generated/client.gen.d.ts +2 -2
- package/dist/cjs/shared/thirdweb/generated/sdk.gen.d.ts +2 -2
- package/dist/cjs/shared/thirdweb/generated/sdk.gen.js +398 -398
- package/dist/cjs/shared/thirdweb/generated/types.gen.d.ts +135 -135
- package/dist/esm/anyspend/react/components/AnySpend.js +21 -3
- package/dist/esm/anyspend/react/components/AnySpendCustom.js +0 -1
- package/dist/esm/anyspend/react/components/common/FiatPaymentMethod.js +2 -2
- package/dist/esm/anyspend/react/components/common/PanelOnrampPayment.js +0 -1
- package/dist/esm/anyspend/react/components/webview/WebviewOnrampPayment.js +0 -1
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOnrampOrder.d.ts +0 -1
- package/dist/esm/anyspend/react/hooks/useAnyspendCreateOnrampOrder.js +0 -4
- package/dist/esm/anyspend/react/hooks/useGeoOnrampOptions.js +1 -1
- package/dist/esm/anyspend/react/hooks/useStripeSupport.d.ts +1 -1
- package/dist/esm/anyspend/react/hooks/useStripeSupport.js +4 -4
- package/dist/esm/anyspend/react/providers/AnyspendProvider.d.ts +1 -2
- package/dist/esm/anyspend/react/providers/AnyspendProvider.js +2 -3
- package/dist/esm/anyspend/services/anyspend.d.ts +1 -1
- package/dist/esm/anyspend/services/anyspend.js +1 -2
- package/dist/esm/anyspend/types/api.d.ts +1 -16
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.d.ts +3 -1
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.js +3 -3
- package/dist/esm/global-account/react/components/B3Provider/B3Provider.native.js +3 -1
- package/dist/esm/global-account/react/components/index.d.ts +1 -0
- package/dist/esm/global-account/react/components/index.js +1 -0
- package/dist/esm/global-account/react/components/ui/Loading.js +1 -1
- package/dist/esm/shared/thirdweb/generated/@tanstack/react-query.gen.d.ts +4 -4
- package/dist/esm/shared/thirdweb/generated/@tanstack/react-query.gen.js +363 -316
- package/dist/esm/shared/thirdweb/generated/client.gen.d.ts +2 -2
- package/dist/esm/shared/thirdweb/generated/client.gen.js +1 -1
- package/dist/esm/shared/thirdweb/generated/sdk.gen.d.ts +2 -2
- package/dist/esm/shared/thirdweb/generated/sdk.gen.js +399 -399
- package/dist/esm/shared/thirdweb/generated/types.gen.d.ts +135 -135
- package/dist/types/anyspend/react/hooks/useAnyspendCreateOnrampOrder.d.ts +0 -1
- package/dist/types/anyspend/react/hooks/useStripeSupport.d.ts +1 -1
- package/dist/types/anyspend/react/providers/AnyspendProvider.d.ts +1 -2
- package/dist/types/anyspend/services/anyspend.d.ts +1 -1
- package/dist/types/anyspend/types/api.d.ts +1 -16
- package/dist/types/global-account/react/components/B3Provider/B3Provider.d.ts +3 -1
- package/dist/types/global-account/react/components/index.d.ts +1 -0
- package/dist/types/shared/thirdweb/generated/@tanstack/react-query.gen.d.ts +4 -4
- package/dist/types/shared/thirdweb/generated/client.gen.d.ts +2 -2
- package/dist/types/shared/thirdweb/generated/sdk.gen.d.ts +2 -2
- package/dist/types/shared/thirdweb/generated/types.gen.d.ts +135 -135
- package/package.json +2 -2
- package/src/anyspend/react/components/AnySpend.tsx +25 -7
- package/src/anyspend/react/components/AnySpendCustom.tsx +0 -1
- package/src/anyspend/react/components/common/FiatPaymentMethod.tsx +2 -2
- package/src/anyspend/react/components/common/PanelOnrampPayment.tsx +0 -1
- package/src/anyspend/react/components/webview/WebviewOnrampPayment.tsx +0 -1
- package/src/anyspend/react/hooks/useAnyspendCreateOnrampOrder.ts +0 -6
- package/src/anyspend/react/hooks/useGeoOnrampOptions.ts +0 -1
- package/src/anyspend/react/hooks/useStripeSupport.ts +3 -4
- package/src/anyspend/react/providers/AnyspendProvider.tsx +5 -9
- package/src/anyspend/services/anyspend.ts +0 -2
- package/src/anyspend/types/api.ts +1 -16
- package/src/global-account/react/components/B3Provider/B3Provider.native.tsx +1 -0
- package/src/global-account/react/components/B3Provider/B3Provider.tsx +11 -5
- package/src/global-account/react/components/index.ts +1 -0
- package/src/global-account/react/components/ui/Loading.tsx +1 -1
- package/src/shared/thirdweb/generated/@tanstack/react-query.gen.ts +1886 -1220
- package/src/shared/thirdweb/generated/client.gen.ts +11 -4
- package/src/shared/thirdweb/generated/sdk.gen.ts +1083 -809
- package/src/shared/thirdweb/generated/types.gen.ts +3953 -3862
- /package/dist/cjs/{anyspend/react/providers → global-account/react/components/B3Provider}/RelayKitProviderWrapper.d.ts +0 -0
- /package/dist/cjs/{anyspend/react/providers → global-account/react/components/B3Provider}/RelayKitProviderWrapper.js +0 -0
- /package/dist/esm/{anyspend/react/providers → global-account/react/components/B3Provider}/RelayKitProviderWrapper.d.ts +0 -0
- /package/dist/esm/{anyspend/react/providers → global-account/react/components/B3Provider}/RelayKitProviderWrapper.js +0 -0
- /package/dist/types/{anyspend/react/providers → global-account/react/components/B3Provider}/RelayKitProviderWrapper.d.ts +0 -0
- /package/src/{anyspend/react/providers → global-account/react/components/B3Provider}/RelayKitProviderWrapper.tsx +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
-
import { client as _heyApiClient } from
|
|
2
|
+
import { client as _heyApiClient } from "./client.gen.js";
|
|
3
3
|
/**
|
|
4
4
|
* Get webhooks
|
|
5
5
|
* Get a list of webhooks or a single webhook by ID
|
|
@@ -8,21 +8,21 @@ export const getV1Webhooks = (options) => {
|
|
|
8
8
|
return (options?.client ?? _heyApiClient).get({
|
|
9
9
|
security: [
|
|
10
10
|
{
|
|
11
|
-
name:
|
|
12
|
-
type:
|
|
11
|
+
name: "x-client-id",
|
|
12
|
+
type: "apiKey",
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
|
-
scheme:
|
|
16
|
-
type:
|
|
15
|
+
scheme: "bearer",
|
|
16
|
+
type: "http",
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
in:
|
|
20
|
-
name:
|
|
21
|
-
type:
|
|
22
|
-
}
|
|
19
|
+
in: "query",
|
|
20
|
+
name: "clientId",
|
|
21
|
+
type: "apiKey",
|
|
22
|
+
},
|
|
23
23
|
],
|
|
24
|
-
url:
|
|
25
|
-
...options
|
|
24
|
+
url: "/v1/webhooks",
|
|
25
|
+
...options,
|
|
26
26
|
});
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
@@ -33,25 +33,25 @@ export const postV1Webhooks = (options) => {
|
|
|
33
33
|
return (options?.client ?? _heyApiClient).post({
|
|
34
34
|
security: [
|
|
35
35
|
{
|
|
36
|
-
name:
|
|
37
|
-
type:
|
|
36
|
+
name: "x-client-id",
|
|
37
|
+
type: "apiKey",
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
|
-
scheme:
|
|
41
|
-
type:
|
|
40
|
+
scheme: "bearer",
|
|
41
|
+
type: "http",
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
|
-
in:
|
|
45
|
-
name:
|
|
46
|
-
type:
|
|
47
|
-
}
|
|
44
|
+
in: "query",
|
|
45
|
+
name: "clientId",
|
|
46
|
+
type: "apiKey",
|
|
47
|
+
},
|
|
48
48
|
],
|
|
49
|
-
url:
|
|
49
|
+
url: "/v1/webhooks",
|
|
50
50
|
...options,
|
|
51
51
|
headers: {
|
|
52
|
-
|
|
53
|
-
...options?.headers
|
|
54
|
-
}
|
|
52
|
+
"Content-Type": "application/json",
|
|
53
|
+
...options?.headers,
|
|
54
|
+
},
|
|
55
55
|
});
|
|
56
56
|
};
|
|
57
57
|
/**
|
|
@@ -62,21 +62,21 @@ export const deleteV1WebhooksByWebhookId = (options) => {
|
|
|
62
62
|
return (options.client ?? _heyApiClient).delete({
|
|
63
63
|
security: [
|
|
64
64
|
{
|
|
65
|
-
name:
|
|
66
|
-
type:
|
|
65
|
+
name: "x-client-id",
|
|
66
|
+
type: "apiKey",
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
|
-
scheme:
|
|
70
|
-
type:
|
|
69
|
+
scheme: "bearer",
|
|
70
|
+
type: "http",
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
|
-
in:
|
|
74
|
-
name:
|
|
75
|
-
type:
|
|
76
|
-
}
|
|
73
|
+
in: "query",
|
|
74
|
+
name: "clientId",
|
|
75
|
+
type: "apiKey",
|
|
76
|
+
},
|
|
77
77
|
],
|
|
78
|
-
url:
|
|
79
|
-
...options
|
|
78
|
+
url: "/v1/webhooks/{webhook_id}",
|
|
79
|
+
...options,
|
|
80
80
|
});
|
|
81
81
|
};
|
|
82
82
|
/**
|
|
@@ -87,25 +87,25 @@ export const patchV1WebhooksByWebhookId = (options) => {
|
|
|
87
87
|
return (options.client ?? _heyApiClient).patch({
|
|
88
88
|
security: [
|
|
89
89
|
{
|
|
90
|
-
name:
|
|
91
|
-
type:
|
|
90
|
+
name: "x-client-id",
|
|
91
|
+
type: "apiKey",
|
|
92
92
|
},
|
|
93
93
|
{
|
|
94
|
-
scheme:
|
|
95
|
-
type:
|
|
94
|
+
scheme: "bearer",
|
|
95
|
+
type: "http",
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
|
-
in:
|
|
99
|
-
name:
|
|
100
|
-
type:
|
|
101
|
-
}
|
|
98
|
+
in: "query",
|
|
99
|
+
name: "clientId",
|
|
100
|
+
type: "apiKey",
|
|
101
|
+
},
|
|
102
102
|
],
|
|
103
|
-
url:
|
|
103
|
+
url: "/v1/webhooks/{webhook_id}",
|
|
104
104
|
...options,
|
|
105
105
|
headers: {
|
|
106
|
-
|
|
107
|
-
...options?.headers
|
|
108
|
-
}
|
|
106
|
+
"Content-Type": "application/json",
|
|
107
|
+
...options?.headers,
|
|
108
|
+
},
|
|
109
109
|
});
|
|
110
110
|
};
|
|
111
111
|
/**
|
|
@@ -116,25 +116,25 @@ export const postV1WebhooksTest = (options) => {
|
|
|
116
116
|
return (options?.client ?? _heyApiClient).post({
|
|
117
117
|
security: [
|
|
118
118
|
{
|
|
119
|
-
name:
|
|
120
|
-
type:
|
|
119
|
+
name: "x-client-id",
|
|
120
|
+
type: "apiKey",
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
scheme:
|
|
124
|
-
type:
|
|
123
|
+
scheme: "bearer",
|
|
124
|
+
type: "http",
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
|
-
in:
|
|
128
|
-
name:
|
|
129
|
-
type:
|
|
130
|
-
}
|
|
127
|
+
in: "query",
|
|
128
|
+
name: "clientId",
|
|
129
|
+
type: "apiKey",
|
|
130
|
+
},
|
|
131
131
|
],
|
|
132
|
-
url:
|
|
132
|
+
url: "/v1/webhooks/test",
|
|
133
133
|
...options,
|
|
134
134
|
headers: {
|
|
135
|
-
|
|
136
|
-
...options?.headers
|
|
137
|
-
}
|
|
135
|
+
"Content-Type": "application/json",
|
|
136
|
+
...options?.headers,
|
|
137
|
+
},
|
|
138
138
|
});
|
|
139
139
|
};
|
|
140
140
|
/**
|
|
@@ -145,21 +145,21 @@ export const getV1Events = (options) => {
|
|
|
145
145
|
return (options?.client ?? _heyApiClient).get({
|
|
146
146
|
security: [
|
|
147
147
|
{
|
|
148
|
-
name:
|
|
149
|
-
type:
|
|
148
|
+
name: "x-client-id",
|
|
149
|
+
type: "apiKey",
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
|
-
scheme:
|
|
153
|
-
type:
|
|
152
|
+
scheme: "bearer",
|
|
153
|
+
type: "http",
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
|
-
in:
|
|
157
|
-
name:
|
|
158
|
-
type:
|
|
159
|
-
}
|
|
156
|
+
in: "query",
|
|
157
|
+
name: "clientId",
|
|
158
|
+
type: "apiKey",
|
|
159
|
+
},
|
|
160
160
|
],
|
|
161
|
-
url:
|
|
162
|
-
...options
|
|
161
|
+
url: "/v1/events",
|
|
162
|
+
...options,
|
|
163
163
|
});
|
|
164
164
|
};
|
|
165
165
|
/**
|
|
@@ -170,21 +170,21 @@ export const getV1EventsByContractAddress = (options) => {
|
|
|
170
170
|
return (options.client ?? _heyApiClient).get({
|
|
171
171
|
security: [
|
|
172
172
|
{
|
|
173
|
-
name:
|
|
174
|
-
type:
|
|
173
|
+
name: "x-client-id",
|
|
174
|
+
type: "apiKey",
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
|
-
scheme:
|
|
178
|
-
type:
|
|
177
|
+
scheme: "bearer",
|
|
178
|
+
type: "http",
|
|
179
179
|
},
|
|
180
180
|
{
|
|
181
|
-
in:
|
|
182
|
-
name:
|
|
183
|
-
type:
|
|
184
|
-
}
|
|
181
|
+
in: "query",
|
|
182
|
+
name: "clientId",
|
|
183
|
+
type: "apiKey",
|
|
184
|
+
},
|
|
185
185
|
],
|
|
186
|
-
url:
|
|
187
|
-
...options
|
|
186
|
+
url: "/v1/events/{contractAddress}",
|
|
187
|
+
...options,
|
|
188
188
|
});
|
|
189
189
|
};
|
|
190
190
|
/**
|
|
@@ -195,21 +195,21 @@ export const getV1EventsByContractAddressBySignature = (options) => {
|
|
|
195
195
|
return (options.client ?? _heyApiClient).get({
|
|
196
196
|
security: [
|
|
197
197
|
{
|
|
198
|
-
name:
|
|
199
|
-
type:
|
|
198
|
+
name: "x-client-id",
|
|
199
|
+
type: "apiKey",
|
|
200
200
|
},
|
|
201
201
|
{
|
|
202
|
-
scheme:
|
|
203
|
-
type:
|
|
202
|
+
scheme: "bearer",
|
|
203
|
+
type: "http",
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
in:
|
|
207
|
-
name:
|
|
208
|
-
type:
|
|
209
|
-
}
|
|
206
|
+
in: "query",
|
|
207
|
+
name: "clientId",
|
|
208
|
+
type: "apiKey",
|
|
209
|
+
},
|
|
210
210
|
],
|
|
211
|
-
url:
|
|
212
|
-
...options
|
|
211
|
+
url: "/v1/events/{contractAddress}/{signature}",
|
|
212
|
+
...options,
|
|
213
213
|
});
|
|
214
214
|
};
|
|
215
215
|
/**
|
|
@@ -220,21 +220,21 @@ export const getV1Transactions = (options) => {
|
|
|
220
220
|
return (options?.client ?? _heyApiClient).get({
|
|
221
221
|
security: [
|
|
222
222
|
{
|
|
223
|
-
name:
|
|
224
|
-
type:
|
|
223
|
+
name: "x-client-id",
|
|
224
|
+
type: "apiKey",
|
|
225
225
|
},
|
|
226
226
|
{
|
|
227
|
-
scheme:
|
|
228
|
-
type:
|
|
227
|
+
scheme: "bearer",
|
|
228
|
+
type: "http",
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
|
-
in:
|
|
232
|
-
name:
|
|
233
|
-
type:
|
|
234
|
-
}
|
|
231
|
+
in: "query",
|
|
232
|
+
name: "clientId",
|
|
233
|
+
type: "apiKey",
|
|
234
|
+
},
|
|
235
235
|
],
|
|
236
|
-
url:
|
|
237
|
-
...options
|
|
236
|
+
url: "/v1/transactions",
|
|
237
|
+
...options,
|
|
238
238
|
});
|
|
239
239
|
};
|
|
240
240
|
/**
|
|
@@ -245,21 +245,21 @@ export const getV1TransactionsByContractAddress = (options) => {
|
|
|
245
245
|
return (options.client ?? _heyApiClient).get({
|
|
246
246
|
security: [
|
|
247
247
|
{
|
|
248
|
-
name:
|
|
249
|
-
type:
|
|
248
|
+
name: "x-client-id",
|
|
249
|
+
type: "apiKey",
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
scheme:
|
|
253
|
-
type:
|
|
252
|
+
scheme: "bearer",
|
|
253
|
+
type: "http",
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
in:
|
|
257
|
-
name:
|
|
258
|
-
type:
|
|
259
|
-
}
|
|
256
|
+
in: "query",
|
|
257
|
+
name: "clientId",
|
|
258
|
+
type: "apiKey",
|
|
259
|
+
},
|
|
260
260
|
],
|
|
261
|
-
url:
|
|
262
|
-
...options
|
|
261
|
+
url: "/v1/transactions/{contractAddress}",
|
|
262
|
+
...options,
|
|
263
263
|
});
|
|
264
264
|
};
|
|
265
265
|
/**
|
|
@@ -270,21 +270,21 @@ export const getV1TransactionsByContractAddressBySignature = (options) => {
|
|
|
270
270
|
return (options.client ?? _heyApiClient).get({
|
|
271
271
|
security: [
|
|
272
272
|
{
|
|
273
|
-
name:
|
|
274
|
-
type:
|
|
273
|
+
name: "x-client-id",
|
|
274
|
+
type: "apiKey",
|
|
275
275
|
},
|
|
276
276
|
{
|
|
277
|
-
scheme:
|
|
278
|
-
type:
|
|
277
|
+
scheme: "bearer",
|
|
278
|
+
type: "http",
|
|
279
279
|
},
|
|
280
280
|
{
|
|
281
|
-
in:
|
|
282
|
-
name:
|
|
283
|
-
type:
|
|
284
|
-
}
|
|
281
|
+
in: "query",
|
|
282
|
+
name: "clientId",
|
|
283
|
+
type: "apiKey",
|
|
284
|
+
},
|
|
285
285
|
],
|
|
286
|
-
url:
|
|
287
|
-
...options
|
|
286
|
+
url: "/v1/transactions/{contractAddress}/{signature}",
|
|
287
|
+
...options,
|
|
288
288
|
});
|
|
289
289
|
};
|
|
290
290
|
/**
|
|
@@ -295,21 +295,21 @@ export const getV1TokensTransfersTransactionByTransactionHash = (options) => {
|
|
|
295
295
|
return (options.client ?? _heyApiClient).get({
|
|
296
296
|
security: [
|
|
297
297
|
{
|
|
298
|
-
name:
|
|
299
|
-
type:
|
|
298
|
+
name: "x-client-id",
|
|
299
|
+
type: "apiKey",
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
|
-
scheme:
|
|
303
|
-
type:
|
|
302
|
+
scheme: "bearer",
|
|
303
|
+
type: "http",
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
|
-
in:
|
|
307
|
-
name:
|
|
308
|
-
type:
|
|
309
|
-
}
|
|
306
|
+
in: "query",
|
|
307
|
+
name: "clientId",
|
|
308
|
+
type: "apiKey",
|
|
309
|
+
},
|
|
310
310
|
],
|
|
311
|
-
url:
|
|
312
|
-
...options
|
|
311
|
+
url: "/v1/tokens/transfers/transaction/{transaction_hash}",
|
|
312
|
+
...options,
|
|
313
313
|
});
|
|
314
314
|
};
|
|
315
315
|
/**
|
|
@@ -320,21 +320,21 @@ export const getV1TokensTransfersByContractAddress = (options) => {
|
|
|
320
320
|
return (options.client ?? _heyApiClient).get({
|
|
321
321
|
security: [
|
|
322
322
|
{
|
|
323
|
-
name:
|
|
324
|
-
type:
|
|
323
|
+
name: "x-client-id",
|
|
324
|
+
type: "apiKey",
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
|
-
scheme:
|
|
328
|
-
type:
|
|
327
|
+
scheme: "bearer",
|
|
328
|
+
type: "http",
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
|
-
in:
|
|
332
|
-
name:
|
|
333
|
-
type:
|
|
334
|
-
}
|
|
331
|
+
in: "query",
|
|
332
|
+
name: "clientId",
|
|
333
|
+
type: "apiKey",
|
|
334
|
+
},
|
|
335
335
|
],
|
|
336
|
-
url:
|
|
337
|
-
...options
|
|
336
|
+
url: "/v1/tokens/transfers/{contract_address}",
|
|
337
|
+
...options,
|
|
338
338
|
});
|
|
339
339
|
};
|
|
340
340
|
/**
|
|
@@ -345,21 +345,21 @@ export const getV1TokensTransfers = (options) => {
|
|
|
345
345
|
return (options?.client ?? _heyApiClient).get({
|
|
346
346
|
security: [
|
|
347
347
|
{
|
|
348
|
-
name:
|
|
349
|
-
type:
|
|
348
|
+
name: "x-client-id",
|
|
349
|
+
type: "apiKey",
|
|
350
350
|
},
|
|
351
351
|
{
|
|
352
|
-
scheme:
|
|
353
|
-
type:
|
|
352
|
+
scheme: "bearer",
|
|
353
|
+
type: "http",
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
|
-
in:
|
|
357
|
-
name:
|
|
358
|
-
type:
|
|
359
|
-
}
|
|
356
|
+
in: "query",
|
|
357
|
+
name: "clientId",
|
|
358
|
+
type: "apiKey",
|
|
359
|
+
},
|
|
360
360
|
],
|
|
361
|
-
url:
|
|
362
|
-
...options
|
|
361
|
+
url: "/v1/tokens/transfers",
|
|
362
|
+
...options,
|
|
363
363
|
});
|
|
364
364
|
};
|
|
365
365
|
/**
|
|
@@ -370,21 +370,21 @@ export const getV1TokensErc20ByOwnerAddress = (options) => {
|
|
|
370
370
|
return (options.client ?? _heyApiClient).get({
|
|
371
371
|
security: [
|
|
372
372
|
{
|
|
373
|
-
name:
|
|
374
|
-
type:
|
|
373
|
+
name: "x-client-id",
|
|
374
|
+
type: "apiKey",
|
|
375
375
|
},
|
|
376
376
|
{
|
|
377
|
-
scheme:
|
|
378
|
-
type:
|
|
377
|
+
scheme: "bearer",
|
|
378
|
+
type: "http",
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
-
in:
|
|
382
|
-
name:
|
|
383
|
-
type:
|
|
384
|
-
}
|
|
381
|
+
in: "query",
|
|
382
|
+
name: "clientId",
|
|
383
|
+
type: "apiKey",
|
|
384
|
+
},
|
|
385
385
|
],
|
|
386
|
-
url:
|
|
387
|
-
...options
|
|
386
|
+
url: "/v1/tokens/erc20/{ownerAddress}",
|
|
387
|
+
...options,
|
|
388
388
|
});
|
|
389
389
|
};
|
|
390
390
|
/**
|
|
@@ -396,21 +396,21 @@ export const getV1TokensErc721ByOwnerAddress = (options) => {
|
|
|
396
396
|
return (options.client ?? _heyApiClient).get({
|
|
397
397
|
security: [
|
|
398
398
|
{
|
|
399
|
-
name:
|
|
400
|
-
type:
|
|
399
|
+
name: "x-client-id",
|
|
400
|
+
type: "apiKey",
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
|
-
scheme:
|
|
404
|
-
type:
|
|
403
|
+
scheme: "bearer",
|
|
404
|
+
type: "http",
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
|
-
in:
|
|
408
|
-
name:
|
|
409
|
-
type:
|
|
410
|
-
}
|
|
407
|
+
in: "query",
|
|
408
|
+
name: "clientId",
|
|
409
|
+
type: "apiKey",
|
|
410
|
+
},
|
|
411
411
|
],
|
|
412
|
-
url:
|
|
413
|
-
...options
|
|
412
|
+
url: "/v1/tokens/erc721/{ownerAddress}",
|
|
413
|
+
...options,
|
|
414
414
|
});
|
|
415
415
|
};
|
|
416
416
|
/**
|
|
@@ -422,21 +422,21 @@ export const getV1TokensErc1155ByOwnerAddress = (options) => {
|
|
|
422
422
|
return (options.client ?? _heyApiClient).get({
|
|
423
423
|
security: [
|
|
424
424
|
{
|
|
425
|
-
name:
|
|
426
|
-
type:
|
|
425
|
+
name: "x-client-id",
|
|
426
|
+
type: "apiKey",
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
scheme:
|
|
430
|
-
type:
|
|
429
|
+
scheme: "bearer",
|
|
430
|
+
type: "http",
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
|
-
in:
|
|
434
|
-
name:
|
|
435
|
-
type:
|
|
436
|
-
}
|
|
433
|
+
in: "query",
|
|
434
|
+
name: "clientId",
|
|
435
|
+
type: "apiKey",
|
|
436
|
+
},
|
|
437
437
|
],
|
|
438
|
-
url:
|
|
439
|
-
...options
|
|
438
|
+
url: "/v1/tokens/erc1155/{ownerAddress}",
|
|
439
|
+
...options,
|
|
440
440
|
});
|
|
441
441
|
};
|
|
442
442
|
/**
|
|
@@ -447,21 +447,21 @@ export const getV1TokensPriceSupported = (options) => {
|
|
|
447
447
|
return (options?.client ?? _heyApiClient).get({
|
|
448
448
|
security: [
|
|
449
449
|
{
|
|
450
|
-
name:
|
|
451
|
-
type:
|
|
450
|
+
name: "x-client-id",
|
|
451
|
+
type: "apiKey",
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
|
-
scheme:
|
|
455
|
-
type:
|
|
454
|
+
scheme: "bearer",
|
|
455
|
+
type: "http",
|
|
456
456
|
},
|
|
457
457
|
{
|
|
458
|
-
in:
|
|
459
|
-
name:
|
|
460
|
-
type:
|
|
461
|
-
}
|
|
458
|
+
in: "query",
|
|
459
|
+
name: "clientId",
|
|
460
|
+
type: "apiKey",
|
|
461
|
+
},
|
|
462
462
|
],
|
|
463
|
-
url:
|
|
464
|
-
...options
|
|
463
|
+
url: "/v1/tokens/price/supported",
|
|
464
|
+
...options,
|
|
465
465
|
});
|
|
466
466
|
};
|
|
467
467
|
/**
|
|
@@ -472,21 +472,21 @@ export const getV1TokensPrice = (options) => {
|
|
|
472
472
|
return (options?.client ?? _heyApiClient).get({
|
|
473
473
|
security: [
|
|
474
474
|
{
|
|
475
|
-
name:
|
|
476
|
-
type:
|
|
475
|
+
name: "x-client-id",
|
|
476
|
+
type: "apiKey",
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
|
-
scheme:
|
|
480
|
-
type:
|
|
479
|
+
scheme: "bearer",
|
|
480
|
+
type: "http",
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
|
-
in:
|
|
484
|
-
name:
|
|
485
|
-
type:
|
|
486
|
-
}
|
|
483
|
+
in: "query",
|
|
484
|
+
name: "clientId",
|
|
485
|
+
type: "apiKey",
|
|
486
|
+
},
|
|
487
487
|
],
|
|
488
|
-
url:
|
|
489
|
-
...options
|
|
488
|
+
url: "/v1/tokens/price",
|
|
489
|
+
...options,
|
|
490
490
|
});
|
|
491
491
|
};
|
|
492
492
|
/**
|
|
@@ -497,21 +497,21 @@ export const getV1TokensLookup = (options) => {
|
|
|
497
497
|
return (options.client ?? _heyApiClient).get({
|
|
498
498
|
security: [
|
|
499
499
|
{
|
|
500
|
-
name:
|
|
501
|
-
type:
|
|
500
|
+
name: "x-client-id",
|
|
501
|
+
type: "apiKey",
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
|
-
scheme:
|
|
505
|
-
type:
|
|
504
|
+
scheme: "bearer",
|
|
505
|
+
type: "http",
|
|
506
506
|
},
|
|
507
507
|
{
|
|
508
|
-
in:
|
|
509
|
-
name:
|
|
510
|
-
type:
|
|
511
|
-
}
|
|
508
|
+
in: "query",
|
|
509
|
+
name: "clientId",
|
|
510
|
+
type: "apiKey",
|
|
511
|
+
},
|
|
512
512
|
],
|
|
513
|
-
url:
|
|
514
|
-
...options
|
|
513
|
+
url: "/v1/tokens/lookup",
|
|
514
|
+
...options,
|
|
515
515
|
});
|
|
516
516
|
};
|
|
517
517
|
/**
|
|
@@ -522,21 +522,21 @@ export const getV1ResolveByInput = (options) => {
|
|
|
522
522
|
return (options.client ?? _heyApiClient).get({
|
|
523
523
|
security: [
|
|
524
524
|
{
|
|
525
|
-
name:
|
|
526
|
-
type:
|
|
525
|
+
name: "x-client-id",
|
|
526
|
+
type: "apiKey",
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
|
-
scheme:
|
|
530
|
-
type:
|
|
529
|
+
scheme: "bearer",
|
|
530
|
+
type: "http",
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
|
-
in:
|
|
534
|
-
name:
|
|
535
|
-
type:
|
|
536
|
-
}
|
|
533
|
+
in: "query",
|
|
534
|
+
name: "clientId",
|
|
535
|
+
type: "apiKey",
|
|
536
|
+
},
|
|
537
537
|
],
|
|
538
|
-
url:
|
|
539
|
-
...options
|
|
538
|
+
url: "/v1/resolve/{input}",
|
|
539
|
+
...options,
|
|
540
540
|
});
|
|
541
541
|
};
|
|
542
542
|
/**
|
|
@@ -547,21 +547,21 @@ export const getV1Blocks = (options) => {
|
|
|
547
547
|
return (options?.client ?? _heyApiClient).get({
|
|
548
548
|
security: [
|
|
549
549
|
{
|
|
550
|
-
name:
|
|
551
|
-
type:
|
|
550
|
+
name: "x-client-id",
|
|
551
|
+
type: "apiKey",
|
|
552
552
|
},
|
|
553
553
|
{
|
|
554
|
-
scheme:
|
|
555
|
-
type:
|
|
554
|
+
scheme: "bearer",
|
|
555
|
+
type: "http",
|
|
556
556
|
},
|
|
557
557
|
{
|
|
558
|
-
in:
|
|
559
|
-
name:
|
|
560
|
-
type:
|
|
561
|
-
}
|
|
558
|
+
in: "query",
|
|
559
|
+
name: "clientId",
|
|
560
|
+
type: "apiKey",
|
|
561
|
+
},
|
|
562
562
|
],
|
|
563
|
-
url:
|
|
564
|
-
...options
|
|
563
|
+
url: "/v1/blocks",
|
|
564
|
+
...options,
|
|
565
565
|
});
|
|
566
566
|
};
|
|
567
567
|
/**
|
|
@@ -572,21 +572,21 @@ export const getV1ContractsAbiByContractAddress = (options) => {
|
|
|
572
572
|
return (options.client ?? _heyApiClient).get({
|
|
573
573
|
security: [
|
|
574
574
|
{
|
|
575
|
-
name:
|
|
576
|
-
type:
|
|
575
|
+
name: "x-client-id",
|
|
576
|
+
type: "apiKey",
|
|
577
577
|
},
|
|
578
578
|
{
|
|
579
|
-
scheme:
|
|
580
|
-
type:
|
|
579
|
+
scheme: "bearer",
|
|
580
|
+
type: "http",
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
|
-
in:
|
|
584
|
-
name:
|
|
585
|
-
type:
|
|
586
|
-
}
|
|
583
|
+
in: "query",
|
|
584
|
+
name: "clientId",
|
|
585
|
+
type: "apiKey",
|
|
586
|
+
},
|
|
587
587
|
],
|
|
588
|
-
url:
|
|
589
|
-
...options
|
|
588
|
+
url: "/v1/contracts/abi/{contractAddress}",
|
|
589
|
+
...options,
|
|
590
590
|
});
|
|
591
591
|
};
|
|
592
592
|
/**
|
|
@@ -597,21 +597,21 @@ export const getV1ContractsMetadataByContractAddress = (options) => {
|
|
|
597
597
|
return (options.client ?? _heyApiClient).get({
|
|
598
598
|
security: [
|
|
599
599
|
{
|
|
600
|
-
name:
|
|
601
|
-
type:
|
|
600
|
+
name: "x-client-id",
|
|
601
|
+
type: "apiKey",
|
|
602
602
|
},
|
|
603
603
|
{
|
|
604
|
-
scheme:
|
|
605
|
-
type:
|
|
604
|
+
scheme: "bearer",
|
|
605
|
+
type: "http",
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
in:
|
|
609
|
-
name:
|
|
610
|
-
type:
|
|
611
|
-
}
|
|
608
|
+
in: "query",
|
|
609
|
+
name: "clientId",
|
|
610
|
+
type: "apiKey",
|
|
611
|
+
},
|
|
612
612
|
],
|
|
613
|
-
url:
|
|
614
|
-
...options
|
|
613
|
+
url: "/v1/contracts/metadata/{contractAddress}",
|
|
614
|
+
...options,
|
|
615
615
|
});
|
|
616
616
|
};
|
|
617
617
|
/**
|
|
@@ -622,25 +622,25 @@ export const postV1DecodeByContractAddress = (options) => {
|
|
|
622
622
|
return (options.client ?? _heyApiClient).post({
|
|
623
623
|
security: [
|
|
624
624
|
{
|
|
625
|
-
name:
|
|
626
|
-
type:
|
|
625
|
+
name: "x-client-id",
|
|
626
|
+
type: "apiKey",
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
|
-
scheme:
|
|
630
|
-
type:
|
|
629
|
+
scheme: "bearer",
|
|
630
|
+
type: "http",
|
|
631
631
|
},
|
|
632
632
|
{
|
|
633
|
-
in:
|
|
634
|
-
name:
|
|
635
|
-
type:
|
|
636
|
-
}
|
|
633
|
+
in: "query",
|
|
634
|
+
name: "clientId",
|
|
635
|
+
type: "apiKey",
|
|
636
|
+
},
|
|
637
637
|
],
|
|
638
|
-
url:
|
|
638
|
+
url: "/v1/decode/{contractAddress}",
|
|
639
639
|
...options,
|
|
640
640
|
headers: {
|
|
641
|
-
|
|
642
|
-
...options?.headers
|
|
643
|
-
}
|
|
641
|
+
"Content-Type": "application/json",
|
|
642
|
+
...options?.headers,
|
|
643
|
+
},
|
|
644
644
|
});
|
|
645
645
|
};
|
|
646
646
|
/**
|
|
@@ -651,21 +651,21 @@ export const getV1NftsBalanceByOwnerAddress = (options) => {
|
|
|
651
651
|
return (options.client ?? _heyApiClient).get({
|
|
652
652
|
security: [
|
|
653
653
|
{
|
|
654
|
-
name:
|
|
655
|
-
type:
|
|
654
|
+
name: "x-client-id",
|
|
655
|
+
type: "apiKey",
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
|
-
scheme:
|
|
659
|
-
type:
|
|
658
|
+
scheme: "bearer",
|
|
659
|
+
type: "http",
|
|
660
660
|
},
|
|
661
661
|
{
|
|
662
|
-
in:
|
|
663
|
-
name:
|
|
664
|
-
type:
|
|
665
|
-
}
|
|
662
|
+
in: "query",
|
|
663
|
+
name: "clientId",
|
|
664
|
+
type: "apiKey",
|
|
665
|
+
},
|
|
666
666
|
],
|
|
667
|
-
url:
|
|
668
|
-
...options
|
|
667
|
+
url: "/v1/nfts/balance/{ownerAddress}",
|
|
668
|
+
...options,
|
|
669
669
|
});
|
|
670
670
|
};
|
|
671
671
|
/**
|
|
@@ -676,21 +676,21 @@ export const getV1NftsCollectionsByContractAddress = (options) => {
|
|
|
676
676
|
return (options.client ?? _heyApiClient).get({
|
|
677
677
|
security: [
|
|
678
678
|
{
|
|
679
|
-
name:
|
|
680
|
-
type:
|
|
679
|
+
name: "x-client-id",
|
|
680
|
+
type: "apiKey",
|
|
681
681
|
},
|
|
682
682
|
{
|
|
683
|
-
scheme:
|
|
684
|
-
type:
|
|
683
|
+
scheme: "bearer",
|
|
684
|
+
type: "http",
|
|
685
685
|
},
|
|
686
686
|
{
|
|
687
|
-
in:
|
|
688
|
-
name:
|
|
689
|
-
type:
|
|
690
|
-
}
|
|
687
|
+
in: "query",
|
|
688
|
+
name: "clientId",
|
|
689
|
+
type: "apiKey",
|
|
690
|
+
},
|
|
691
691
|
],
|
|
692
|
-
url:
|
|
693
|
-
...options
|
|
692
|
+
url: "/v1/nfts/collections/{contract_address}",
|
|
693
|
+
...options,
|
|
694
694
|
});
|
|
695
695
|
};
|
|
696
696
|
/**
|
|
@@ -701,21 +701,21 @@ export const getV1Nfts = (options) => {
|
|
|
701
701
|
return (options.client ?? _heyApiClient).get({
|
|
702
702
|
security: [
|
|
703
703
|
{
|
|
704
|
-
name:
|
|
705
|
-
type:
|
|
704
|
+
name: "x-client-id",
|
|
705
|
+
type: "apiKey",
|
|
706
706
|
},
|
|
707
707
|
{
|
|
708
|
-
scheme:
|
|
709
|
-
type:
|
|
708
|
+
scheme: "bearer",
|
|
709
|
+
type: "http",
|
|
710
710
|
},
|
|
711
711
|
{
|
|
712
|
-
in:
|
|
713
|
-
name:
|
|
714
|
-
type:
|
|
715
|
-
}
|
|
712
|
+
in: "query",
|
|
713
|
+
name: "clientId",
|
|
714
|
+
type: "apiKey",
|
|
715
|
+
},
|
|
716
716
|
],
|
|
717
|
-
url:
|
|
718
|
-
...options
|
|
717
|
+
url: "/v1/nfts",
|
|
718
|
+
...options,
|
|
719
719
|
});
|
|
720
720
|
};
|
|
721
721
|
/**
|
|
@@ -726,21 +726,21 @@ export const getV1NftsOwnersByContractAddress = (options) => {
|
|
|
726
726
|
return (options.client ?? _heyApiClient).get({
|
|
727
727
|
security: [
|
|
728
728
|
{
|
|
729
|
-
name:
|
|
730
|
-
type:
|
|
729
|
+
name: "x-client-id",
|
|
730
|
+
type: "apiKey",
|
|
731
731
|
},
|
|
732
732
|
{
|
|
733
|
-
scheme:
|
|
734
|
-
type:
|
|
733
|
+
scheme: "bearer",
|
|
734
|
+
type: "http",
|
|
735
735
|
},
|
|
736
736
|
{
|
|
737
|
-
in:
|
|
738
|
-
name:
|
|
739
|
-
type:
|
|
740
|
-
}
|
|
737
|
+
in: "query",
|
|
738
|
+
name: "clientId",
|
|
739
|
+
type: "apiKey",
|
|
740
|
+
},
|
|
741
741
|
],
|
|
742
|
-
url:
|
|
743
|
-
...options
|
|
742
|
+
url: "/v1/nfts/owners/{contract_address}",
|
|
743
|
+
...options,
|
|
744
744
|
});
|
|
745
745
|
};
|
|
746
746
|
/**
|
|
@@ -751,21 +751,21 @@ export const getV1NftsOwnersByContractAddressByTokenId = (options) => {
|
|
|
751
751
|
return (options.client ?? _heyApiClient).get({
|
|
752
752
|
security: [
|
|
753
753
|
{
|
|
754
|
-
name:
|
|
755
|
-
type:
|
|
754
|
+
name: "x-client-id",
|
|
755
|
+
type: "apiKey",
|
|
756
756
|
},
|
|
757
757
|
{
|
|
758
|
-
scheme:
|
|
759
|
-
type:
|
|
758
|
+
scheme: "bearer",
|
|
759
|
+
type: "http",
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
|
-
in:
|
|
763
|
-
name:
|
|
764
|
-
type:
|
|
765
|
-
}
|
|
762
|
+
in: "query",
|
|
763
|
+
name: "clientId",
|
|
764
|
+
type: "apiKey",
|
|
765
|
+
},
|
|
766
766
|
],
|
|
767
|
-
url:
|
|
768
|
-
...options
|
|
767
|
+
url: "/v1/nfts/owners/{contract_address}/{token_id}",
|
|
768
|
+
...options,
|
|
769
769
|
});
|
|
770
770
|
};
|
|
771
771
|
/**
|
|
@@ -776,21 +776,21 @@ export const getV1NftsTransfers = (options) => {
|
|
|
776
776
|
return (options?.client ?? _heyApiClient).get({
|
|
777
777
|
security: [
|
|
778
778
|
{
|
|
779
|
-
name:
|
|
780
|
-
type:
|
|
779
|
+
name: "x-client-id",
|
|
780
|
+
type: "apiKey",
|
|
781
781
|
},
|
|
782
782
|
{
|
|
783
|
-
scheme:
|
|
784
|
-
type:
|
|
783
|
+
scheme: "bearer",
|
|
784
|
+
type: "http",
|
|
785
785
|
},
|
|
786
786
|
{
|
|
787
|
-
in:
|
|
788
|
-
name:
|
|
789
|
-
type:
|
|
790
|
-
}
|
|
787
|
+
in: "query",
|
|
788
|
+
name: "clientId",
|
|
789
|
+
type: "apiKey",
|
|
790
|
+
},
|
|
791
791
|
],
|
|
792
|
-
url:
|
|
793
|
-
...options
|
|
792
|
+
url: "/v1/nfts/transfers",
|
|
793
|
+
...options,
|
|
794
794
|
});
|
|
795
795
|
};
|
|
796
796
|
/**
|
|
@@ -801,21 +801,21 @@ export const getV1NftsTransfersTransactionByTransactionHash = (options) => {
|
|
|
801
801
|
return (options.client ?? _heyApiClient).get({
|
|
802
802
|
security: [
|
|
803
803
|
{
|
|
804
|
-
name:
|
|
805
|
-
type:
|
|
804
|
+
name: "x-client-id",
|
|
805
|
+
type: "apiKey",
|
|
806
806
|
},
|
|
807
807
|
{
|
|
808
|
-
scheme:
|
|
809
|
-
type:
|
|
808
|
+
scheme: "bearer",
|
|
809
|
+
type: "http",
|
|
810
810
|
},
|
|
811
811
|
{
|
|
812
|
-
in:
|
|
813
|
-
name:
|
|
814
|
-
type:
|
|
815
|
-
}
|
|
812
|
+
in: "query",
|
|
813
|
+
name: "clientId",
|
|
814
|
+
type: "apiKey",
|
|
815
|
+
},
|
|
816
816
|
],
|
|
817
|
-
url:
|
|
818
|
-
...options
|
|
817
|
+
url: "/v1/nfts/transfers/transaction/{transaction_hash}",
|
|
818
|
+
...options,
|
|
819
819
|
});
|
|
820
820
|
};
|
|
821
821
|
/**
|
|
@@ -826,21 +826,21 @@ export const getV1NftsTransfersByContractAddress = (options) => {
|
|
|
826
826
|
return (options.client ?? _heyApiClient).get({
|
|
827
827
|
security: [
|
|
828
828
|
{
|
|
829
|
-
name:
|
|
830
|
-
type:
|
|
829
|
+
name: "x-client-id",
|
|
830
|
+
type: "apiKey",
|
|
831
831
|
},
|
|
832
832
|
{
|
|
833
|
-
scheme:
|
|
834
|
-
type:
|
|
833
|
+
scheme: "bearer",
|
|
834
|
+
type: "http",
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
in:
|
|
838
|
-
name:
|
|
839
|
-
type:
|
|
840
|
-
}
|
|
837
|
+
in: "query",
|
|
838
|
+
name: "clientId",
|
|
839
|
+
type: "apiKey",
|
|
840
|
+
},
|
|
841
841
|
],
|
|
842
|
-
url:
|
|
843
|
-
...options
|
|
842
|
+
url: "/v1/nfts/transfers/{contract_address}",
|
|
843
|
+
...options,
|
|
844
844
|
});
|
|
845
845
|
};
|
|
846
846
|
/**
|
|
@@ -851,21 +851,21 @@ export const getV1NftsByContractAddress = (options) => {
|
|
|
851
851
|
return (options.client ?? _heyApiClient).get({
|
|
852
852
|
security: [
|
|
853
853
|
{
|
|
854
|
-
name:
|
|
855
|
-
type:
|
|
854
|
+
name: "x-client-id",
|
|
855
|
+
type: "apiKey",
|
|
856
856
|
},
|
|
857
857
|
{
|
|
858
|
-
scheme:
|
|
859
|
-
type:
|
|
858
|
+
scheme: "bearer",
|
|
859
|
+
type: "http",
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
|
-
in:
|
|
863
|
-
name:
|
|
864
|
-
type:
|
|
865
|
-
}
|
|
862
|
+
in: "query",
|
|
863
|
+
name: "clientId",
|
|
864
|
+
type: "apiKey",
|
|
865
|
+
},
|
|
866
866
|
],
|
|
867
|
-
url:
|
|
868
|
-
...options
|
|
867
|
+
url: "/v1/nfts/{contract_address}",
|
|
868
|
+
...options,
|
|
869
869
|
});
|
|
870
870
|
};
|
|
871
871
|
/**
|
|
@@ -876,21 +876,21 @@ export const getV1NftsTransfersByContractAddressByTokenId = (options) => {
|
|
|
876
876
|
return (options.client ?? _heyApiClient).get({
|
|
877
877
|
security: [
|
|
878
878
|
{
|
|
879
|
-
name:
|
|
880
|
-
type:
|
|
879
|
+
name: "x-client-id",
|
|
880
|
+
type: "apiKey",
|
|
881
881
|
},
|
|
882
882
|
{
|
|
883
|
-
scheme:
|
|
884
|
-
type:
|
|
883
|
+
scheme: "bearer",
|
|
884
|
+
type: "http",
|
|
885
885
|
},
|
|
886
886
|
{
|
|
887
|
-
in:
|
|
888
|
-
name:
|
|
889
|
-
type:
|
|
890
|
-
}
|
|
887
|
+
in: "query",
|
|
888
|
+
name: "clientId",
|
|
889
|
+
type: "apiKey",
|
|
890
|
+
},
|
|
891
891
|
],
|
|
892
|
-
url:
|
|
893
|
-
...options
|
|
892
|
+
url: "/v1/nfts/transfers/{contract_address}/{token_id}",
|
|
893
|
+
...options,
|
|
894
894
|
});
|
|
895
895
|
};
|
|
896
896
|
/**
|
|
@@ -901,21 +901,21 @@ export const getV1NftsByContractAddressByTokenId = (options) => {
|
|
|
901
901
|
return (options.client ?? _heyApiClient).get({
|
|
902
902
|
security: [
|
|
903
903
|
{
|
|
904
|
-
name:
|
|
905
|
-
type:
|
|
904
|
+
name: "x-client-id",
|
|
905
|
+
type: "apiKey",
|
|
906
906
|
},
|
|
907
907
|
{
|
|
908
|
-
scheme:
|
|
909
|
-
type:
|
|
908
|
+
scheme: "bearer",
|
|
909
|
+
type: "http",
|
|
910
910
|
},
|
|
911
911
|
{
|
|
912
|
-
in:
|
|
913
|
-
name:
|
|
914
|
-
type:
|
|
915
|
-
}
|
|
912
|
+
in: "query",
|
|
913
|
+
name: "clientId",
|
|
914
|
+
type: "apiKey",
|
|
915
|
+
},
|
|
916
916
|
],
|
|
917
|
-
url:
|
|
918
|
-
...options
|
|
917
|
+
url: "/v1/nfts/{contract_address}/{token_id}",
|
|
918
|
+
...options,
|
|
919
919
|
});
|
|
920
920
|
};
|
|
921
921
|
/**
|
|
@@ -926,21 +926,21 @@ export const getV1NftsMetadataRefreshByContractAddress = (options) => {
|
|
|
926
926
|
return (options.client ?? _heyApiClient).get({
|
|
927
927
|
security: [
|
|
928
928
|
{
|
|
929
|
-
name:
|
|
930
|
-
type:
|
|
929
|
+
name: "x-client-id",
|
|
930
|
+
type: "apiKey",
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
|
-
scheme:
|
|
934
|
-
type:
|
|
933
|
+
scheme: "bearer",
|
|
934
|
+
type: "http",
|
|
935
935
|
},
|
|
936
936
|
{
|
|
937
|
-
in:
|
|
938
|
-
name:
|
|
939
|
-
type:
|
|
940
|
-
}
|
|
937
|
+
in: "query",
|
|
938
|
+
name: "clientId",
|
|
939
|
+
type: "apiKey",
|
|
940
|
+
},
|
|
941
941
|
],
|
|
942
|
-
url:
|
|
943
|
-
...options
|
|
942
|
+
url: "/v1/nfts/metadata/refresh/{contract_address}",
|
|
943
|
+
...options,
|
|
944
944
|
});
|
|
945
945
|
};
|
|
946
946
|
/**
|
|
@@ -951,21 +951,21 @@ export const getV1NftsMetadataRefreshByContractAddressByTokenId = (options) => {
|
|
|
951
951
|
return (options.client ?? _heyApiClient).get({
|
|
952
952
|
security: [
|
|
953
953
|
{
|
|
954
|
-
name:
|
|
955
|
-
type:
|
|
954
|
+
name: "x-client-id",
|
|
955
|
+
type: "apiKey",
|
|
956
956
|
},
|
|
957
957
|
{
|
|
958
|
-
scheme:
|
|
959
|
-
type:
|
|
958
|
+
scheme: "bearer",
|
|
959
|
+
type: "http",
|
|
960
960
|
},
|
|
961
961
|
{
|
|
962
|
-
in:
|
|
963
|
-
name:
|
|
964
|
-
type:
|
|
965
|
-
}
|
|
962
|
+
in: "query",
|
|
963
|
+
name: "clientId",
|
|
964
|
+
type: "apiKey",
|
|
965
|
+
},
|
|
966
966
|
],
|
|
967
|
-
url:
|
|
968
|
-
...options
|
|
967
|
+
url: "/v1/nfts/metadata/refresh/{contract_address}/{token_id}",
|
|
968
|
+
...options,
|
|
969
969
|
});
|
|
970
970
|
};
|
|
971
971
|
/**
|
|
@@ -976,20 +976,20 @@ export const getV1WalletsByWalletAddressTransactions = (options) => {
|
|
|
976
976
|
return (options.client ?? _heyApiClient).get({
|
|
977
977
|
security: [
|
|
978
978
|
{
|
|
979
|
-
name:
|
|
980
|
-
type:
|
|
979
|
+
name: "x-client-id",
|
|
980
|
+
type: "apiKey",
|
|
981
981
|
},
|
|
982
982
|
{
|
|
983
|
-
scheme:
|
|
984
|
-
type:
|
|
983
|
+
scheme: "bearer",
|
|
984
|
+
type: "http",
|
|
985
985
|
},
|
|
986
986
|
{
|
|
987
|
-
in:
|
|
988
|
-
name:
|
|
989
|
-
type:
|
|
990
|
-
}
|
|
987
|
+
in: "query",
|
|
988
|
+
name: "clientId",
|
|
989
|
+
type: "apiKey",
|
|
990
|
+
},
|
|
991
991
|
],
|
|
992
|
-
url:
|
|
993
|
-
...options
|
|
992
|
+
url: "/v1/wallets/{wallet_address}/transactions",
|
|
993
|
+
...options,
|
|
994
994
|
});
|
|
995
995
|
};
|