Sign (GET)
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"
}