Lightning Address
Validate Lightning Address
Verify the validity of a Lightning Address.
GET
/
v0
/
ln-address
/
validate
/
{address}
Usage
Not all internet identifiers are Lightning Addresses. Make use of this API to validate whether a user’s entered address is indeed a valid Lightning Address that can accept Bitcoin payments.
The idea behind this API endpoint is to verify whether an internet-indentifier (e.g.
user@domain.com
) is in fact a Lightning Address and NOT an email address. Once verified, use the Send Lightning Address Payment to perform the transaction.Configuration
Path Parameters
address
string
requiredLightning Address to be verified
Header Parameters
apikey
string
requiredZBD Project API Key
Was this page helpful?