New API users should migrate to deposit wallets. Read the migration guide.
curl --request GET \
--url https://relayer-v2.polymarket.com/relay-payload{
"address": "0x4da9395388791c22684e03779c3de10934eb9cfb",
"nonce": "31"
}Fetches the relayer address and nonce for a specific user. Takes in the user’s signer address and the type of nonce to retrieve.
curl --request GET \
--url https://relayer-v2.polymarket.com/relay-payload{
"address": "0x4da9395388791c22684e03779c3de10934eb9cfb",
"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 Was this page helpful?