Skip to main content

Validate address and also create output script

GET 

http://localhost:8080/validate_address/:address

Validate address and also create output script

Request

Path Parameters

    address stringrequired

    Base58 address to be decoded

Responses

Success

Schema

    valid boolean
    script string
    address string
    type string

    Possible values: [p2pkh, multisig]


Request Collapse all
Base URL
http://localhost:8080
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!