S
S
Startrail APIs
Ask or search…
K
Comment on page
🔏

Ethereum Signature Validator API

Authenticates SDK users from their EOAs

Features

  • Provide HTTP API endpoint
  • Return the result of validation with error message

How to use API

  • Call HTTP API endpoint with arguments set in request body
put
https://asia-northeast1-startrail-api-dev.cloudfunctions.net
/ethereum-signature-validator
Authenticates SDK users from their EOAs

Sample Request command

curl -X PUT \
-H "Content-type: application/json" \
--data '{"message": "test-message", "signature": "0x633bc7c201cf45fff0c1724b77c90c825a04c1b818f043915e2fedd55b4cfe681b425fe844ea3684a3860dc250527e318d3225b2d21ad0f75e419db4f0939a1b1c", "address": "0xBFC1331F8111102A51588b3b4A3E2F317B3a0363"}' \
https://asia-northeast1-startrail-api-dev.cloudfunctions.net/ethereum-signature-validator
curl -X PUT \
-H "Content-type: application/json" \
--data '{"message": "test-message", "signature": "0x7cdf2aa9dfb2da8c6f8fe63269b4dbfb923451f0e36087479e7f2897718a6d0b6438bd44e367907e30c65a4b950c9e11f94049d38a0ca1dd4d419e107a3dade31c", "address": "0xBFC1331F8111102A51588b3b4A3E2F317B3a0363", "signMethod": "personal_sign"}' \
https://asia-northeast1-startrail-api-dev.cloudfunctions.net/ethereum-signature-validator
©2023 Startbahn, Inc.