API Reference
Implemented coins
BTC
BTC class supports lightning out of the box.
For lightning methods to work, it must be enabled from the daemon
(enabled by default and edited by BTC_LIGHTNING
environment variable).
If lightning is disabled, LightningDisabledError
is raised when
calling lightning methods.
BCH
BCH supports Schnorr signatures, they are enabled out of the box
XMR
XMR support is based on our custom daemon implementation which tries to follow electrum APIs as closely as possible
ETH
ETH support is based on our custom daemon implementation which tries to follow electrum APIs as closely as possible
BNB
BNB support is based on our custom daemon implementation which tries to follow electrum APIs as closely as possible
SmartBCH
SmartBCH support is based on our custom daemon implementation which tries to follow electrum APIs as closely as possible
Polygon (MATIC)
Polygon (MATIC) support is based on our custom daemon implementation which tries to follow electrum APIs as closely as possible
TRON (TRX)
TRON (TRX) support is based on our custom daemon implementation which tries to follow electrum APIs as closely as possible
XRG
XRG supports Schnorr signatures, they are enabled out of the box
LTC
LTC class supports lightning out of the box.
For lightning methods to work, it must be enabled from the daemon
(enabled by default and edited by LTC_LIGHTNING
environment variable).
If lightning is disabled, LightningDisabledError
is raised when
calling lightning methods.
BSTY
BSTY class supports lightning out of the box.
For lightning methods to work, it must be enabled from the daemon
(enabled by default and edited by BSTY_LIGHTNING
environment variable).
If lightning is disabled, LightningDisabledError
is raised when
calling lightning methods.
GRS
GRS class supports lightning out of the box.
For lightning methods to work, it must be enabled from the daemon
(enabled by default and edited by GRS_LIGHTNING
environment variable).
If lightning is disabled, LightningDisabledError
is raised when
calling lightning methods.