New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://relayer-v2.polymarket.com/nonce{
"nonce": "31"
}Gets the current Proxy or Safe nonce for a user. Takes in the user’s signer address and the type of nonce to retrieve.
curl --request GET \
--url https://relayer-v2.polymarket.com/nonce{
"nonce": "31"
}Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
User's signer address Ethereum address (0x-prefixed, 40 hex chars)
^0x[a-fA-F0-9]{40}$"0x6e0c80c90ea6c15917308F820Eac91Ce2724B5b5"
Type of nonce to retrieve
PROXY, SAFE Nonce retrieved successfully
Current nonce value
"31"
Was this page helpful?