ecrop Docs

Sign (POST)

POST
/v1/signs

Authorization

Bearer Authentication
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/signs" \  -H "Content-Type: application/json" \  -d '{}'
{
  "requestId": "a1b2c3d4-e5f6-7890-1234-567890abcdef"
}
{
  "error": "Invalid address"
}