Skip to content

Check Proxy Wallet Deployment

GET /deployed

Server: https://api.openfish.fun

Authentication: None required


ParameterTypeRequiredDescription
addressstringYesEthereum address to check

FieldTypeDescription
deployedbooleantrue when a proxy wallet already exists for the queried address

Sample Response:

{
"deployed": true
}
{ "error": "Internal server error" }