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 0e4390b commit 45a00feCopy full SHA for 45a00fe
apps/playground-web/src/app/insight/insightBlueprints.ts
@@ -77,6 +77,11 @@ export const insightBlueprints: MinimalBlueprintSpec[] = [
77
{
78
name: "Get ERC-20 balances by address",
79
path: "/v1/tokens/erc20/{ownerAddress}",
80
+ deprecated: true,
81
+ },
82
+ {
83
+ name: "Get tokens",
84
+ path: "/v1/tokens",
85
deprecated: false,
86
},
87
0 commit comments