You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Query for `Wallets` with a label containing this string
34896
34912
schema:
34897
34913
type: string
34898
-
segwit:
34899
-
name: segwit
34900
-
in: query
34901
-
description: DEPRECATED. Mutually exclusive with `chains`. Returns only `p2shP2wsh` unspents/addresses on true. Returns only `p2sh` unspents/addresses on false. Equivalent to passing 10 and 11 as the only value in `chains` on true, 0 and 1 on false.
34902
-
schema:
34903
-
type: boolean
34904
34914
showAllWallets:
34905
34915
name: showAllWallets
34906
34916
description: Include wallets that have `deleted` or `creationFailed` set to **true**
@@ -43722,40 +43732,63 @@ components:
43722
43732
items:
43723
43733
type: object
43724
43734
properties:
43725
-
valueMsat:
43735
+
memo:
43726
43736
type: string
43727
-
format: number
43728
-
paymentHash:
43737
+
description: A memo or description for the invoice
43738
+
example: Payment for the coffee
43739
+
amtPaidMsat:
43729
43740
type: string
43741
+
description: The number of millisats actually paid to this invoice, this may be greater than the amount requested by the invoice, since lightning allows overpaying (but not underpaying) invoices.
description: ISO-8601 string representing when the invoice will expire
43759
+
example: '2022-04-01T18:46:24.677Z'
43738
43760
format: date-time
43739
43761
title: ISO Date String
43762
+
status:
43763
+
type: string
43764
+
enum:
43765
+
- open
43766
+
- settled
43767
+
- canceled
43768
+
description: The status of the invoice
43769
+
walletId:
43770
+
allOf:
43771
+
- $ref: '#/components/schemas/WalletIdString'
43772
+
description: The wallet to which this invoice belongs
43740
43773
createdAt:
43741
43774
type: string
43775
+
description: ISO-8601 string representing when the invoice was created
43776
+
example: '2022-04-01T18:46:24.677Z'
43742
43777
format: date-time
43743
43778
title: ISO Date String
43744
43779
updatedAt:
43745
43780
type: string
43781
+
description: ISO-8601 string representing when the invoice was updated
43782
+
example: '2022-04-01T18:46:24.677Z'
43746
43783
format: date-time
43747
43784
title: ISO Date String
43748
-
amtPaidMsat:
43749
-
type: string
43750
-
description: The number of millisats actually paid to this invoice, this may be greater than the amount requested by the invoice, since lightning allows overpaying (but not underpaying) invoices.
43751
-
format: number
43752
43785
required:
43753
-
- valueMsat
43754
-
- paymentHash
43755
43786
- invoice
43756
-
- walletId
43757
-
- status
43787
+
- paymentHash
43788
+
- valueMsat
43758
43789
- expiresAt
43790
+
- status
43791
+
- walletId
43759
43792
- createdAt
43760
43793
- updatedAt
43761
43794
nextBatchPrevId:
@@ -45356,53 +45389,6 @@ components:
45356
45389
required:
45357
45390
- name
45358
45391
- $ref: '#/components/schemas/InvalidId'
45359
-
InvoiceInfo:
45360
-
title: InvoiceInfo
45361
-
type: object
45362
-
properties:
45363
-
valueMsat:
45364
-
type: string
45365
-
format: number
45366
-
paymentHash:
45367
-
type: string
45368
-
invoice:
45369
-
type: string
45370
-
walletId:
45371
-
type: string
45372
-
status:
45373
-
$ref: '#/components/schemas/InvoiceStatus'
45374
-
expiresAt:
45375
-
type: string
45376
-
format: date-time
45377
-
title: ISO Date String
45378
-
createdAt:
45379
-
type: string
45380
-
format: date-time
45381
-
title: ISO Date String
45382
-
updatedAt:
45383
-
type: string
45384
-
format: date-time
45385
-
title: ISO Date String
45386
-
amtPaidMsat:
45387
-
type: string
45388
-
description: The number of millisats actually paid to this invoice, this may be greater than the amount requested by the invoice, since lightning allows overpaying (but not underpaying) invoices.
45389
-
format: number
45390
-
required:
45391
-
- valueMsat
45392
-
- paymentHash
45393
-
- invoice
45394
-
- walletId
45395
-
- status
45396
-
- expiresAt
45397
-
- createdAt
45398
-
- updatedAt
45399
-
InvoiceStatus:
45400
-
title: InvoiceStatus
45401
-
type: string
45402
-
enum:
45403
-
- open
45404
-
- settled
45405
-
- canceled
45406
45392
Ip:
45407
45393
type: string
45408
45394
format: ipv4
@@ -45977,6 +45963,10 @@ components:
45977
45963
type: string
45978
45964
description: A memo or description for the invoice
45979
45965
example: Payment for the coffee
45966
+
amtPaidMsat:
45967
+
type: string
45968
+
description: The number of millisats actually paid to this invoice, this may be greater than the amount requested by the invoice, since lightning allows overpaying (but not underpaying) invoices.
45969
+
format: number
45980
45970
invoice:
45981
45971
type: string
45982
45972
description: The BOLT \#11 encoded invoice
@@ -46007,13 +45997,27 @@ components:
46007
45997
allOf:
46008
45998
- $ref: '#/components/schemas/WalletIdString'
46009
45999
description: The wallet to which this invoice belongs
46000
+
createdAt:
46001
+
type: string
46002
+
description: ISO-8601 string representing when the invoice was created
46003
+
example: '2022-04-01T18:46:24.677Z'
46004
+
format: date-time
46005
+
title: ISO Date String
46006
+
updatedAt:
46007
+
type: string
46008
+
description: ISO-8601 string representing when the invoice was updated
46009
+
example: '2022-04-01T18:46:24.677Z'
46010
+
format: date-time
46011
+
title: ISO Date String
46010
46012
required:
46011
46013
- invoice
46012
46014
- paymentHash
46013
46015
- valueMsat
46014
46016
- expiresAt
46015
46017
- status
46016
46018
- walletId
46019
+
- createdAt
46020
+
- updatedAt
46017
46021
LightningOnchainRequest:
46018
46022
title: LightningOnchainRequest
46019
46023
type: object
@@ -62055,15 +62059,53 @@ components:
62055
62059
- hot
62056
62060
- trading
62057
62061
- distributedCustody
62058
-
WalletUnspents:
62062
+
WalletUnspentsResponse:
62063
+
title: WalletUnspentsResponse
62059
62064
type: object
62060
62065
properties:
62061
-
coin:
62062
-
$ref: '#/components/schemas/Coin'
62063
62066
unspents:
62064
62067
type: array
62065
62068
items:
62066
-
$ref: '#/components/schemas/Unspent'
62069
+
type: object
62070
+
properties:
62071
+
chain:
62072
+
type: number
62073
+
description: The chain of the UTXO
62074
+
index:
62075
+
type: number
62076
+
description: The index of the UTXO
62077
+
redeemScript:
62078
+
type: string
62079
+
description: The redeem script of the UTXO
62080
+
witnessScript:
62081
+
type: string
62082
+
description: The witness script of the UTXO
62083
+
id:
62084
+
type: string
62085
+
description: The ID of the UTXO
62086
+
address:
62087
+
type: string
62088
+
description: The address of the UTXO
62089
+
value:
62090
+
type: number
62091
+
description: The value of the UTXO
62092
+
blockHeight:
62093
+
type: number
62094
+
description: The block this Unspent was created in
62095
+
coinbase:
62096
+
type: boolean
62097
+
description: True if this unspent came from the coinbase transaction
62098
+
nextBatchPrevId:
62099
+
type: string
62100
+
description: The ID from where the results can continue
0 commit comments