Skip to main content
GET
/
v1
/
public
/
auth-connect
Ed25519 challenge (app principal)
curl --request GET \
  --url https://api.zeam.money/gw/v1/public/auth-connect
{
  "transaction": "<string>",
  "network_passphrase": "Public Global Stellar Network ; September 2015"
}

Query Parameters

account
string
required

Stellar public key (56 characters, starts with G).

Pattern: ^G[A-Z0-9]{55}$

Response

200 - application/json

Ed25519 challenge envelope.

transaction
string

Base64 Stellar transaction XDR.

network_passphrase
string
Example:

"Public Global Stellar Network ; September 2015"