Submit signed Ed25519 challenge
Submits the signed challenge XDR and receives tokens.
POST
Submit signed Ed25519 challenge
Body
application/json
Base64 Stellar transaction XDR, signed by the app Stellar seed.
Submit signed Ed25519 challenge
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Zeam API is in active development. Check the changelog for the latest updates.
Submits the signed challenge XDR and receives tokens.
curl --request POST \
--url https://api.zeam.money/gw/v1/public/auth-connect \
--header 'Content-Type: application/json' \
--data '
{
"transaction": "<string>"
}
'{
"idToken": "<string>",
"refreshToken": "<string>",
"expiresIn": "3600",
"customToken": "<string>"
}Base64 Stellar transaction XDR, signed by the app Stellar seed.
curl --request POST \
--url https://api.zeam.money/gw/v1/public/auth-connect \
--header 'Content-Type: application/json' \
--data '
{
"transaction": "<string>"
}
'{
"idToken": "<string>",
"refreshToken": "<string>",
"expiresIn": "3600",
"customToken": "<string>"
}