Public Signatures API

Retrieve the Signature Registration Fee

Endpoint

GET /api/signatures/fee

Response

{
    "fee": 500000000,
    "success": true
}

Example

curl -X GET https://explorer.swipechain.org:8443/api/signatures/fee \
  -H "API-Version: 1"