@fileverse-dev/formulajs 4.4.41-example → 4.4.41-example-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -248,11 +248,11 @@ var EOA_metadata = {
|
|
|
248
248
|
examples: [{
|
|
249
249
|
title: "EOA",
|
|
250
250
|
argumentString: 'vitalik.eth, txns, ethereum, "01/01/2023", "01/05/2024", 1, 2',
|
|
251
|
-
description: "
|
|
251
|
+
description: "returns the transaction history for the address vitalik.eth on the Ethereum blockchain between January 1, 2023 and January 5, 2024, returning page 1 with 2 transactions per page."
|
|
252
252
|
}, {
|
|
253
253
|
title: "EOA",
|
|
254
254
|
argumentString: "vitalik.eth, balance, gnosis",
|
|
255
|
-
description: "
|
|
255
|
+
description: "returns the balance for the address vitalik.eth on the Gnosis blockchain."
|
|
256
256
|
}]
|
|
257
257
|
};
|
|
258
258
|
|
|
@@ -299,12 +299,12 @@ var UNISWAP_metadata = {
|
|
|
299
299
|
{
|
|
300
300
|
title: "UNISWAP",
|
|
301
301
|
argumentString: "v3, tokens, eth",
|
|
302
|
-
description: "
|
|
302
|
+
description: "returns data for the ETH token from Uniswap V3."
|
|
303
303
|
},
|
|
304
304
|
{
|
|
305
305
|
title: "UNISWAP",
|
|
306
306
|
argumentString: "v3-raw, markets, 0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8",
|
|
307
|
-
description: "
|
|
307
|
+
description: "returns data for the Uniswap V3 market with the specified contract address."
|
|
308
308
|
}
|
|
309
309
|
]
|
|
310
310
|
};
|
|
@@ -353,12 +353,12 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
|
|
|
353
353
|
{
|
|
354
354
|
title: "COINGECKO",
|
|
355
355
|
argumentString: "stablecoins, yield-bearing-stablecoins, 1h,24h,7d",
|
|
356
|
-
description: "
|
|
356
|
+
description: "returns the yield-bearing stablecoins with percentage changes over 1 hour, 24 hours, and 7 days."
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
title: "COINGECKO",
|
|
360
360
|
argumentString: "derivatives, binance_futures",
|
|
361
|
-
description: "
|
|
361
|
+
description: "returns the derivatives data from the Binance Futures exchange."
|
|
362
362
|
}
|
|
363
363
|
]
|
|
364
364
|
};
|
|
@@ -371,7 +371,7 @@ var DEFILLAMA_metadata = {
|
|
|
371
371
|
BRAND_SECONDARY_COLOR: "#855dcd",
|
|
372
372
|
n: "DEFILLAMA",
|
|
373
373
|
t: 20,
|
|
374
|
-
d: "
|
|
374
|
+
d: "returns content from Defillama.",
|
|
375
375
|
a: "Retrieves data from Defillama.",
|
|
376
376
|
p: [
|
|
377
377
|
{
|
|
@@ -392,11 +392,11 @@ var DEFILLAMA_metadata = {
|
|
|
392
392
|
examples: [{
|
|
393
393
|
title: "DEFILLAMA",
|
|
394
394
|
argumentString: "protocols",
|
|
395
|
-
description: "
|
|
395
|
+
description: "returns a list of DeFi protocols from Defillama."
|
|
396
396
|
}, {
|
|
397
397
|
title: "DEFILLAMA",
|
|
398
398
|
argumentString: "dex",
|
|
399
|
-
description: "
|
|
399
|
+
description: "returns decentralized exchange (DEX) data from Defillama."
|
|
400
400
|
}]
|
|
401
401
|
};
|
|
402
402
|
|
|
@@ -465,12 +465,12 @@ var BASE_metadata = {
|
|
|
465
465
|
{
|
|
466
466
|
title: "BASE",
|
|
467
467
|
argumentString: 'token-txns, 0x7FD624f3f97A7dd36195E8379F28dB6147C270ff, "01/01/2024", "07/07/2024", 1, 2',
|
|
468
|
-
description: "
|
|
468
|
+
description: "returns list ofERC-20 token transfer history for the specified address on the Base network between January 1, 2024 and July 7, 2024, returning page 1 with 2 results per page."
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
title: "BASE",
|
|
472
472
|
argumentString: "gas",
|
|
473
|
-
description: "
|
|
473
|
+
description: "returns gas price metrics for the Base network."
|
|
474
474
|
}
|
|
475
475
|
]
|
|
476
476
|
};
|
|
@@ -532,11 +532,11 @@ var GNOSIS_metadata = {
|
|
|
532
532
|
examples: [{
|
|
533
533
|
title: "GNOSIS",
|
|
534
534
|
argumentString: 'nft-txns, 0x90830Ed558f12D826370DC52E9D87947A7F18De9, "01/01/2024", "14/06/2025", 1, 50',
|
|
535
|
-
description: "
|
|
535
|
+
description: "returns NFT transaction history for the address 0x90830Ed558f12D826370DC52E9D87947A7F18De9 on the Gnosis Chain between January 1, 2024 and June 14, 2025, returning page 1 with 50 transactions per page."
|
|
536
536
|
}, {
|
|
537
537
|
title: "GNOSIS",
|
|
538
538
|
argumentString: "gas",
|
|
539
|
-
description: "
|
|
539
|
+
description: "returns current gas price metrics for the Gnosis Chain."
|
|
540
540
|
}]
|
|
541
541
|
};
|
|
542
542
|
|
|
@@ -598,12 +598,12 @@ var ETHERSCAN_metadata = {
|
|
|
598
598
|
{
|
|
599
599
|
title: "ETHERSCAN",
|
|
600
600
|
argumentString: "all-txns, ethereum, vitalik.eth",
|
|
601
|
-
description: "
|
|
601
|
+
description: "returns the complete transaction history for the address vitalik.eth on the Ethereum blockchain."
|
|
602
602
|
},
|
|
603
603
|
{
|
|
604
604
|
title: "ETHERSCAN",
|
|
605
605
|
argumentString: 'token-txns, gnosis, vitalik.eth, "01/01/2024", "01/05/2024"',
|
|
606
|
-
description: "
|
|
606
|
+
description: "returns the token transaction history for the address vitalik.eth on the Gnosis blockchain between January 1, 2024 and January 5, 2024."
|
|
607
607
|
}
|
|
608
608
|
]
|
|
609
609
|
};
|
|
@@ -635,11 +635,11 @@ var PNL_metadata = {
|
|
|
635
635
|
examples: [{
|
|
636
636
|
title: "PNL",
|
|
637
637
|
argumentString: "A1:A10, B1:B10",
|
|
638
|
-
description: "
|
|
638
|
+
description: "returns the total profit or loss by subtracting the costs in range A1:A10 from the revenues in range B1:B10."
|
|
639
639
|
}, {
|
|
640
640
|
title: "PNL",
|
|
641
641
|
argumentString: "{100, 200, 150}, {250, 300, 200}",
|
|
642
|
-
description: "
|
|
642
|
+
description: "returns the total profit or loss by subtracting the costs {100, 200, 150} from the revenues {250, 300, 200}."
|
|
643
643
|
}]
|
|
644
644
|
};
|
|
645
645
|
|
|
@@ -690,11 +690,11 @@ var SAFE_metadata = {
|
|
|
690
690
|
examples: [{
|
|
691
691
|
title: "SAFE",
|
|
692
692
|
argumentString: "0xe9A6378d8FD4983C2999DB0735f258397E8C2253, txns, gnosis, 10, 0",
|
|
693
|
-
description: "
|
|
693
|
+
description: "returns the last 10 transactions for the specified Safe address on the Gnosis chain."
|
|
694
694
|
}, {
|
|
695
695
|
title: "SAFE",
|
|
696
696
|
argumentString: "0x1234567890abcdef1234567890abcdef12345678, txns, ethereum",
|
|
697
|
-
description: "
|
|
697
|
+
description: "returns the last 100 transactions for the specified Safe address on the Ethereum chain."
|
|
698
698
|
}]
|
|
699
699
|
};
|
|
700
700
|
|
|
@@ -763,11 +763,11 @@ var BLOCKSCOUT_metadata = {
|
|
|
763
763
|
examples: [{
|
|
764
764
|
title: "BLOCKSCOUT",
|
|
765
765
|
argumentString: 'vitalik.eth, txns, ethereum, "01/01/2023", "01/05/2024", 1, 2',
|
|
766
|
-
description: "
|
|
766
|
+
description: "returns transaction history for the address vitalik.eth on the Ethereum blockchain between January 1, 2023 and January 5, 2024, returning page 1 with 2 transactions per page."
|
|
767
767
|
}, {
|
|
768
768
|
title: "BLOCKSCOUT",
|
|
769
769
|
argumentString: "vitalik.eth, balance, gnosis",
|
|
770
|
-
description: "
|
|
770
|
+
description: "returns the balance for the address vitalik.eth on the Gnosis blockchain."
|
|
771
771
|
}]
|
|
772
772
|
};
|
|
773
773
|
|
|
@@ -814,12 +814,12 @@ var AAVE_metadata = {
|
|
|
814
814
|
{
|
|
815
815
|
title: "AAVE",
|
|
816
816
|
argumentString: "v2, tokens, USDT",
|
|
817
|
-
description: "
|
|
817
|
+
description: "returns list data for the USDT token from Aave V2."
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
820
|
title: "AAVE",
|
|
821
821
|
argumentString: "v2-raw, markets, AAVE",
|
|
822
|
-
description: "
|
|
822
|
+
description: "returns list data for the AAVE token from Aave V2."
|
|
823
823
|
}
|
|
824
824
|
]
|
|
825
825
|
};
|
|
@@ -869,12 +869,12 @@ var LENS_metadata = {
|
|
|
869
869
|
{
|
|
870
870
|
title: "LENS",
|
|
871
871
|
argumentString: "posts, toka,miroyato",
|
|
872
|
-
description: "
|
|
872
|
+
description: "returns posts made by the users with the usernames toka and miroyato on Lens."
|
|
873
873
|
},
|
|
874
874
|
{
|
|
875
875
|
title: "LENS",
|
|
876
876
|
argumentString: "replies, 0x123abc456def789ghi012jkl345mno678pqr901stu234vwx567yz890abc123d",
|
|
877
|
-
description: "
|
|
877
|
+
description: "returns replies to the post with the specified hash on Lens."
|
|
878
878
|
}
|
|
879
879
|
]
|
|
880
880
|
};
|
|
@@ -924,12 +924,12 @@ var FARCASTER_metadata = {
|
|
|
924
924
|
{
|
|
925
925
|
title: "FARCASTER",
|
|
926
926
|
argumentString: "posts, miroyato",
|
|
927
|
-
description: "
|
|
927
|
+
description: "returns posts made by the user with the username miroyato."
|
|
928
928
|
},
|
|
929
929
|
{
|
|
930
930
|
title: "FARCASTER",
|
|
931
931
|
argumentString: "replies, 0x123abc456def789ghi012jkl345mno678pqr901stu234vwx567yz890abc123d",
|
|
932
|
-
description: "
|
|
932
|
+
description: "returns replies to the post with the specified hash."
|
|
933
933
|
}
|
|
934
934
|
]
|
|
935
935
|
};
|
|
@@ -985,12 +985,12 @@ var FIREFLY_metadata = {
|
|
|
985
985
|
{
|
|
986
986
|
title: "FIREFLY",
|
|
987
987
|
argumentString: "farcaster, posts, miroyato",
|
|
988
|
-
description: "
|
|
988
|
+
description: "returns posts made by the user with the username miroyato on Farcaster."
|
|
989
989
|
},
|
|
990
990
|
{
|
|
991
991
|
title: "FIREFLY",
|
|
992
992
|
argumentString: "lens, posts, toka",
|
|
993
|
-
description: "
|
|
993
|
+
description: "returns posts made by the user with the username toka on Lens."
|
|
994
994
|
}
|
|
995
995
|
]
|
|
996
996
|
};
|
|
@@ -1017,11 +1017,11 @@ var Neynar_metadata = {
|
|
|
1017
1017
|
examples: [{
|
|
1018
1018
|
title: "NEYNAR",
|
|
1019
1019
|
argumentString: "miroyato",
|
|
1020
|
-
description: "
|
|
1020
|
+
description: "returns followers for the Farcaster user with the username miroyato."
|
|
1021
1021
|
}, {
|
|
1022
1022
|
title: "NEYNAR",
|
|
1023
1023
|
argumentString: "alice",
|
|
1024
|
-
description: "
|
|
1024
|
+
description: "returns followers for the Farcaster user with the username alice."
|
|
1025
1025
|
}]
|
|
1026
1026
|
};
|
|
1027
1027
|
|
|
@@ -1084,11 +1084,11 @@ var TALLY_metadata = {
|
|
|
1084
1084
|
examples: [{
|
|
1085
1085
|
title: "TALLY",
|
|
1086
1086
|
argumentString: "organization, arbitrum",
|
|
1087
|
-
description: "
|
|
1087
|
+
description: "returns details about the Arbitrum organization from Tally."
|
|
1088
1088
|
}, {
|
|
1089
1089
|
title: "TALLY",
|
|
1090
1090
|
argumentString: "proposals, aave",
|
|
1091
|
-
description: "
|
|
1091
|
+
description: "returns proposals for the Aave organization from Tally."
|
|
1092
1092
|
}]
|
|
1093
1093
|
};
|
|
1094
1094
|
|
|
@@ -1143,12 +1143,12 @@ var DUNESIM_metadata = {
|
|
|
1143
1143
|
{
|
|
1144
1144
|
title: "DUNE",
|
|
1145
1145
|
argumentString: "price, base, 1, 0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca, 5",
|
|
1146
|
-
description: "
|
|
1146
|
+
description: "returns the price of the specified token on the Base chain with a 1-hour historical offset, limiting results to 5 entries."
|
|
1147
1147
|
},
|
|
1148
1148
|
{
|
|
1149
1149
|
title: "DUNE",
|
|
1150
1150
|
argumentString: "activity, vitalik.eth, eth, 10",
|
|
1151
|
-
description: "
|
|
1151
|
+
description: "returns the latest 10 wallet activities for the address vitalik.eth on the Ethereum chain."
|
|
1152
1152
|
}
|
|
1153
1153
|
]
|
|
1154
1154
|
};
|
|
@@ -1186,12 +1186,12 @@ var PRICE_metadata = {
|
|
|
1186
1186
|
{
|
|
1187
1187
|
title: "PRICE",
|
|
1188
1188
|
argumentString: "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca, base, 1,24",
|
|
1189
|
-
description: "
|
|
1189
|
+
description: "returns the price of the specified token on the Base chain with 1-hour and 24-hour historical offsets."
|
|
1190
1190
|
},
|
|
1191
1191
|
{
|
|
1192
1192
|
title: "PRICE",
|
|
1193
1193
|
argumentString: "ETH,BTC, 1,24,168",
|
|
1194
|
-
description: "
|
|
1194
|
+
description: "returns the prices of ETH and BTC with 1-hour, 24-hour, and 168-hour (7-day) historical offsets."
|
|
1195
1195
|
}
|
|
1196
1196
|
]
|
|
1197
1197
|
};
|
|
@@ -1236,12 +1236,12 @@ var WALLET_metadata = {
|
|
|
1236
1236
|
{
|
|
1237
1237
|
title: "WALLET",
|
|
1238
1238
|
argumentString: "0x7FD624f3f97A7dd36195E8379F28dB6147C270ff, ethereum, txns, 17520",
|
|
1239
|
-
description: "
|
|
1239
|
+
description: "returns transactions for the specified wallet address on the Ethereum chain within the last 17520 hours (approximately 2 years)."
|
|
1240
1240
|
},
|
|
1241
1241
|
{
|
|
1242
1242
|
title: "WALLET",
|
|
1243
1243
|
argumentString: "vitalik.eth, base, balance",
|
|
1244
|
-
description: "
|
|
1244
|
+
description: "returns the latest balance for the address vitalik.eth on the Base chain."
|
|
1245
1245
|
}
|
|
1246
1246
|
]
|
|
1247
1247
|
};
|
|
@@ -1264,11 +1264,11 @@ var YIELD_metadata = {
|
|
|
1264
1264
|
examples: [{
|
|
1265
1265
|
title: "YIELD",
|
|
1266
1266
|
argumentString: "stablecoins",
|
|
1267
|
-
description: "
|
|
1267
|
+
description: "returns yield data for stablecoins."
|
|
1268
1268
|
}, {
|
|
1269
1269
|
title: "YIELD",
|
|
1270
1270
|
argumentString: "all",
|
|
1271
|
-
description: "
|
|
1271
|
+
description: "returns yield data for all categories."
|
|
1272
1272
|
}]
|
|
1273
1273
|
};
|
|
1274
1274
|
|
|
@@ -1310,11 +1310,11 @@ var CIRCLES_metadata = {
|
|
|
1310
1310
|
examples: [{
|
|
1311
1311
|
title: "CIRCLES",
|
|
1312
1312
|
argumentString: "trust, 0xe9A6378d8FD4983C2999DB0735f258397E8C2253",
|
|
1313
|
-
description: "
|
|
1313
|
+
description: "returns the trust relationships for the specified Circles address."
|
|
1314
1314
|
}, {
|
|
1315
1315
|
title: "CIRCLES",
|
|
1316
1316
|
argumentString: "transactions, 0xe9A6378d8FD4983C2999DB0735f258397E8C2253, 5",
|
|
1317
|
-
description: "
|
|
1317
|
+
description: "returns the last 5 transactions for the specified Circles address."
|
|
1318
1318
|
}]
|
|
1319
1319
|
};
|
|
1320
1320
|
|