Skip to main content

Start Wallet Registration

GET 

/wallet-registration/start

This is the endpoint the browser reaches with the first token so that the receiver can confirm their verification information through a webflow. Requires a valid SEP-24 token in the request.

Request

Query Parameters

    token stringrequired

    The SEP-24 token used for authentication

    transaction_id stringrequired

    The transaction id associated with the SEP-24 token

Responses

Token is valid and the webpage will be loaded normally.

Schema

    string

Loading...