Skip to content

Commit 7809c62

Browse files
authored
update insight playground nav (#6840)
1 parent 31e87b0 commit 7809c62

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
6161
path: "/v1/tokens/transfers/{contract_address}",
6262
},
6363
{
64-
name: "Get token transfers by wallet address",
64+
name: "Get token transfers",
6565
path: "/v1/tokens/transfers",
6666
},
6767
{
@@ -94,6 +94,10 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
9494
id: "nfts",
9595
name: "Nfts",
9696
paths: [
97+
{
98+
name: "Get NFT balances by address",
99+
path: "/v1/nfts/balance/{ownerAddress}",
100+
},
97101
{
98102
name: "Get collection",
99103
path: "/v1/nfts/collections/{contract_address}",
@@ -111,7 +115,7 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
111115
path: "/v1/nfts/owners/{contract_address}/{token_id}",
112116
},
113117
{
114-
name: "Get NFT transfers by owner",
118+
name: "Get NFT transfers",
115119
path: "/v1/nfts/transfers",
116120
},
117121
{

0 commit comments

Comments
 (0)