Skip to main content

Request Challenge Transaction

GET 

/WEB_AUTH_ENDPOINT

Allows the wallet to get the SEP-10 challenge transaction to be signed. More information here. The endpoint url can change but is provided in the Get Stellar toml endpoint response under the WEB_AUTH_ENDPOINT variable.

Request

Query Parameters

    account stringrequired

    The Client Account, which can be a stellar account (G...) or muxed account (M...) that the Client wishes to authenticate with the Server..

    memo string

    The memo to attach to the challenge transaction. Only permitted if a Stellar account (G...) is used. The memo must be of type id. Other memo types are not supported.

    client_domain stringrequired

    a Client Domain. Need to be supplied by all Clients/Wallets.

Responses

OK

Response Headers
    Schema
      transaction string
      network_passphrase string
    Loading...