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 f115b4d commit d0e26a8Copy full SHA for d0e26a8
apps/playground-web/src/app/insight/insightBlueprints.ts
@@ -59,6 +59,11 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
59
id: "tokens",
60
name: "Tokens",
61
paths: [
62
+ {
63
+ name: "Get token owners by contract",
64
+ path: "/v1/tokens/owners",
65
+ deprecated: false,
66
+ },
67
{
68
name: "Get token transfers by transaction",
69
path: "/v1/tokens/transfers/transaction/{transaction_hash}",
@@ -126,7 +131,7 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
126
131
deprecated: false,
127
132
},
128
133
129
- name: "Get NFTs by owner",
134
+ name: "Get NFTs",
130
135
path: "/v1/nfts",
136
137
0 commit comments