ecrop Docs

Sign (GET)

GET
/v1/signs/{request-id}

Authorization

Bearer Authentication
AuthorizationBearer <token>

In: header

Path Parameters

request-id*string

ID of the signing request.

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/signs/string"
{
  "status": "PENDING",
  "signature": "0x...",
  "error": "Signing failed"
}
{
  "error": "Request not found"
}