File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
apps/playground-web/src/app/insight Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments