@lunch-money/v2-api-spec 2.10.0-preview.3 → 2.10.0-preview.4
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.
- package/lunch-money-api-v2.yaml +23 -27
- package/package.json +1 -1
package/lunch-money-api-v2.yaml
CHANGED
|
@@ -74,7 +74,7 @@ tags:
|
|
|
74
74
|
description: Learn more about crypto assets
|
|
75
75
|
url: https://support.lunchmoney.app/setup/crypto
|
|
76
76
|
- name: crypto-synced
|
|
77
|
-
description:
|
|
77
|
+
description: Read and refresh synced crypto assets and balances. Creating and managing connections with synced crypto providers is done exclusively in the Lunch Money web app.
|
|
78
78
|
externalDocs:
|
|
79
79
|
description: Learn more about crypto assets
|
|
80
80
|
url: https://support.lunchmoney.app/setup/crypto
|
|
@@ -694,7 +694,7 @@ components:
|
|
|
694
694
|
symbol:
|
|
695
695
|
type: string
|
|
696
696
|
minLength: 1
|
|
697
|
-
maxLength:
|
|
697
|
+
maxLength: 25
|
|
698
698
|
description: Cryptocurrency symbol
|
|
699
699
|
coingecko_id:
|
|
700
700
|
type: string
|
|
@@ -711,12 +711,6 @@ components:
|
|
|
711
711
|
nullable: true
|
|
712
712
|
description: Date/time the balance was last updated in ISO 8601
|
|
713
713
|
extended format
|
|
714
|
-
last_import:
|
|
715
|
-
type: string
|
|
716
|
-
format: date-time
|
|
717
|
-
nullable: true
|
|
718
|
-
description: Timestamp in ISO 8601 extended format of the last
|
|
719
|
-
successful import. This will be `null` for manual crypto balances.
|
|
720
714
|
created_by_name:
|
|
721
715
|
type: string
|
|
722
716
|
nullable: true
|
|
@@ -741,7 +735,6 @@ components:
|
|
|
741
735
|
- coingecko_id
|
|
742
736
|
- to_base
|
|
743
737
|
- balance_as_of
|
|
744
|
-
- last_import
|
|
745
738
|
- created_by_name
|
|
746
739
|
- created_at
|
|
747
740
|
- updated_at
|
|
@@ -765,7 +758,7 @@ components:
|
|
|
765
758
|
symbol:
|
|
766
759
|
type: string
|
|
767
760
|
minLength: 1
|
|
768
|
-
maxLength:
|
|
761
|
+
maxLength: 25
|
|
769
762
|
description: Symbol of the currency held in the synced account
|
|
770
763
|
coingecko_id:
|
|
771
764
|
type: string
|
|
@@ -833,6 +826,17 @@ components:
|
|
|
833
826
|
format: date-time
|
|
834
827
|
description: Date/time the synced crypto connection was created in ISO
|
|
835
828
|
8601 extended format
|
|
829
|
+
updated_at:
|
|
830
|
+
type: string
|
|
831
|
+
format: date-time
|
|
832
|
+
description: Date/time the synced crypto connection was last updated
|
|
833
|
+
in ISO 8601 extended format
|
|
834
|
+
last_import:
|
|
835
|
+
type: string
|
|
836
|
+
format: date-time
|
|
837
|
+
nullable: true
|
|
838
|
+
description: System defined timestamp in ISO 8601 extended format of
|
|
839
|
+
the last successful import.
|
|
836
840
|
display_name:
|
|
837
841
|
type: string
|
|
838
842
|
nullable: true
|
|
@@ -848,6 +852,7 @@ components:
|
|
|
848
852
|
- status
|
|
849
853
|
- created_by_name
|
|
850
854
|
- created_at
|
|
855
|
+
- updated_at
|
|
851
856
|
- display_name
|
|
852
857
|
- balances
|
|
853
858
|
|
|
@@ -890,13 +895,13 @@ components:
|
|
|
890
895
|
coingecko_id:
|
|
891
896
|
type: string
|
|
892
897
|
minLength: 1
|
|
893
|
-
maxLength:
|
|
898
|
+
maxLength: 100
|
|
894
899
|
description: System-defined CoinGecko identifier used to fetch
|
|
895
900
|
the USD-based prices for this cryptocurrency.
|
|
896
901
|
symbol:
|
|
897
902
|
type: string
|
|
898
903
|
minLength: 1
|
|
899
|
-
maxLength:
|
|
904
|
+
maxLength: 25
|
|
900
905
|
description: Lowercase currency symbol that must be used as
|
|
901
906
|
`symbol` when creating a manual crypto balance.
|
|
902
907
|
full_name:
|
|
@@ -976,7 +981,7 @@ components:
|
|
|
976
981
|
symbol:
|
|
977
982
|
type: string
|
|
978
983
|
minLength: 1
|
|
979
|
-
maxLength:
|
|
984
|
+
maxLength: 25
|
|
980
985
|
description: Cryptocurrency symbol to track. Must match the `symbol`
|
|
981
986
|
of one of the supported cryptocurrencies returned by `GET
|
|
982
987
|
/cryptocurrencies`.
|
|
@@ -1032,7 +1037,7 @@ components:
|
|
|
1032
1037
|
symbol:
|
|
1033
1038
|
type: string
|
|
1034
1039
|
minLength: 1
|
|
1035
|
-
maxLength:
|
|
1040
|
+
maxLength: 25
|
|
1036
1041
|
description: Existing cryptocurrency symbol. Ignored if set.
|
|
1037
1042
|
x-updatable: false
|
|
1038
1043
|
coingecko_id:
|
|
@@ -1055,13 +1060,6 @@ components:
|
|
|
1055
1060
|
description: System defined date/time the balance was last updated in
|
|
1056
1061
|
ISO 8601 extended format. Ignored if set
|
|
1057
1062
|
x-updatable: false
|
|
1058
|
-
last_import:
|
|
1059
|
-
type: string
|
|
1060
|
-
format: date-time
|
|
1061
|
-
nullable: true
|
|
1062
|
-
description: System defined timestamp in ISO 8601 extended format of
|
|
1063
|
-
the last successful import. Ignored if set
|
|
1064
|
-
x-updatable: false
|
|
1065
1063
|
created_by_name:
|
|
1066
1064
|
type: string
|
|
1067
1065
|
nullable: true
|
|
@@ -5526,7 +5524,6 @@ paths:
|
|
|
5526
5524
|
coingecko_id: bitcoin
|
|
5527
5525
|
to_base: 53124.72
|
|
5528
5526
|
balance_as_of: "2026-02-25T14:22:10.000Z"
|
|
5529
|
-
last_import: null
|
|
5530
5527
|
created_by_name: User 1
|
|
5531
5528
|
created_at: "2025-11-12T20:14:32.000Z"
|
|
5532
5529
|
updated_at: "2026-02-25T14:22:10.000Z"
|
|
@@ -5584,7 +5581,6 @@ paths:
|
|
|
5584
5581
|
coingecko_id: ethereum
|
|
5585
5582
|
to_base: 28998.44
|
|
5586
5583
|
balance_as_of: "2026-03-01T09:20:41.000Z"
|
|
5587
|
-
last_import: null
|
|
5588
5584
|
created_by_name: User 1
|
|
5589
5585
|
created_at: "2026-03-01T09:20:41.000Z"
|
|
5590
5586
|
updated_at: "2026-03-01T09:20:41.000Z"
|
|
@@ -5652,7 +5648,6 @@ paths:
|
|
|
5652
5648
|
coingecko_id: bitcoin
|
|
5653
5649
|
to_base: 53124.72
|
|
5654
5650
|
balance_as_of: "2026-02-25T14:22:10.000Z"
|
|
5655
|
-
last_import: null
|
|
5656
5651
|
created_by_name: User 1
|
|
5657
5652
|
created_at: "2025-11-12T20:14:32.000Z"
|
|
5658
5653
|
updated_at: "2026-02-25T14:22:10.000Z"
|
|
@@ -5730,7 +5725,6 @@ paths:
|
|
|
5730
5725
|
coingecko_id: bitcoin
|
|
5731
5726
|
to_base: 56011.12
|
|
5732
5727
|
balance_as_of: "2026-03-01T09:41:18.000Z"
|
|
5733
|
-
last_import: null
|
|
5734
5728
|
created_by_name: User 1
|
|
5735
5729
|
created_at: "2025-11-12T20:14:32.000Z"
|
|
5736
5730
|
updated_at: "2026-02-25T14:22:10.000Z"
|
|
@@ -5751,7 +5745,6 @@ paths:
|
|
|
5751
5745
|
coingecko_id: bitcoin
|
|
5752
5746
|
to_base: 56011.12
|
|
5753
5747
|
balance_as_of: "2026-03-01T09:41:18.000Z"
|
|
5754
|
-
last_import: null
|
|
5755
5748
|
created_by_name: User 1
|
|
5756
5749
|
created_at: "2025-11-12T20:14:32.000Z"
|
|
5757
5750
|
updated_at: "2026-03-01T09:41:18.000Z"
|
|
@@ -5872,6 +5865,7 @@ paths:
|
|
|
5872
5865
|
status: active
|
|
5873
5866
|
created_by_name: User 1
|
|
5874
5867
|
created_at: "2025-10-02T11:02:09.000Z"
|
|
5868
|
+
updated_at: "2026-02-25T14:25:01.000Z"
|
|
5875
5869
|
display_name: Coinbase Main
|
|
5876
5870
|
balances:
|
|
5877
5871
|
- name: ETH
|
|
@@ -5893,6 +5887,7 @@ paths:
|
|
|
5893
5887
|
status: relink
|
|
5894
5888
|
created_by_name: User 1
|
|
5895
5889
|
created_at: "2025-08-10T10:00:00.000Z"
|
|
5890
|
+
updated_at: "2026-02-26T07:22:30.000Z"
|
|
5896
5891
|
display_name: Kraken Wallet
|
|
5897
5892
|
balances:
|
|
5898
5893
|
- name: XRP
|
|
@@ -5944,6 +5939,7 @@ paths:
|
|
|
5944
5939
|
status: active
|
|
5945
5940
|
created_by_name: User 1
|
|
5946
5941
|
created_at: "2025-10-02T11:02:09.000Z"
|
|
5942
|
+
updated_at: "2026-02-25T14:25:01.000Z"
|
|
5947
5943
|
display_name: Coinbase Main
|
|
5948
5944
|
balances:
|
|
5949
5945
|
- name: ETH
|
|
@@ -6009,7 +6005,7 @@ paths:
|
|
|
6009
6005
|
schema:
|
|
6010
6006
|
type: string
|
|
6011
6007
|
minLength: 1
|
|
6012
|
-
maxLength:
|
|
6008
|
+
maxLength: 25
|
|
6013
6009
|
responses:
|
|
6014
6010
|
"200":
|
|
6015
6011
|
description: Synced crypto balance object
|
package/package.json
CHANGED