Skip to content

Retrieve Meta-Transaction Nonce

GET /nonce

Server: https://api.openfish.fun

Authentication: None required


ParameterTypeRequiredDescriptionExample
addressstringYesEthereum address (^0x[a-fA-F0-9]{40}$)0x77837466dd64fb52ECD00C737F060d0ff5CCB575
typestringNoRelay type: "PROXY" or "SAFE" (default: "PROXY")PROXY

{
"nonce": "31"
}

Note: The nonce is returned as a string for consistency with Polymarket’s API.

Schema (NonceResponse):

FieldTypeDescription
nonceintegerThe current meta-transaction nonce. A value of 0 indicates no transactions have been submitted yet.
{ "error": "invalid address" }
{ "error": "Internal server error" }