curl --request POST \
--url https://api.x402layer.cc/agent/auth/challenge \
--header 'Content-Type: application/json' \
--data '
{
"chain": "<string>",
"walletAddress": "<string>",
"action": "<string>"
}
'curl --request POST \
--url https://api.x402layer.cc/agent/auth/challenge \
--header 'Content-Type: application/json' \
--data '
{
"chain": "<string>",
"walletAddress": "<string>",
"action": "<string>"
}
'Was this page helpful?