Skip to content

Commit d0e26a8

Browse files
committed
token owners endpoint in insight playground
1 parent f115b4d commit d0e26a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

apps/playground-web/src/app/insight/insightBlueprints.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
5959
id: "tokens",
6060
name: "Tokens",
6161
paths: [
62+
{
63+
name: "Get token owners by contract",
64+
path: "/v1/tokens/owners",
65+
deprecated: false,
66+
},
6267
{
6368
name: "Get token transfers by transaction",
6469
path: "/v1/tokens/transfers/transaction/{transaction_hash}",
@@ -126,7 +131,7 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
126131
deprecated: false,
127132
},
128133
{
129-
name: "Get NFTs by owner",
134+
name: "Get NFTs",
130135
path: "/v1/nfts",
131136
deprecated: false,
132137
},

0 commit comments

Comments
 (0)