Skip to main content
GET
/
v0
/
pint
/
nonce
Get Nonce
curl --request GET \
  --url https://api.sumvin.com/v0/pint/nonce
{
  "_links": {},
  "nonce": 123,
  "wallet": "<string>"
}

Query Parameters

wallet
string
required

Response

Successful Response

HAL-style hypermedia links for navigation and available actions.

nonce
integer
required

Next nonce to use for PINT signing.

wallet
string
required

Wallet address (lowercased).