File tree 1 file changed +6
-2
lines changed
apps/playground-web/src/app/insight
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[] = [
61
61
path : "/v1/tokens/transfers/{contract_address}" ,
62
62
} ,
63
63
{
64
- name : "Get token transfers by wallet address " ,
64
+ name : "Get token transfers" ,
65
65
path : "/v1/tokens/transfers" ,
66
66
} ,
67
67
{
@@ -94,6 +94,10 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
94
94
id : "nfts" ,
95
95
name : "Nfts" ,
96
96
paths : [
97
+ {
98
+ name : "Get NFT balances by address" ,
99
+ path : "/v1/nfts/balance/{ownerAddress}" ,
100
+ } ,
97
101
{
98
102
name : "Get collection" ,
99
103
path : "/v1/nfts/collections/{contract_address}" ,
@@ -111,7 +115,7 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
111
115
path : "/v1/nfts/owners/{contract_address}/{token_id}" ,
112
116
} ,
113
117
{
114
- name : "Get NFT transfers by owner " ,
118
+ name : "Get NFT transfers" ,
115
119
path : "/v1/nfts/transfers" ,
116
120
} ,
117
121
{
You can’t perform that action at this time.
0 commit comments