Check Proxy Wallet Deployment
Endpoint
Section titled “Endpoint”GET /deployedServer: https://api.openfish.fun
Authentication: None required
Query Parameters
Section titled “Query Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
address | string | Yes | Ethereum address to check |
Responses
Section titled “Responses”200 — Deployment status returned
Section titled “200 — Deployment status returned”| Field | Type | Description |
|---|---|---|
deployed | boolean | true when a proxy wallet already exists for the queried address |
Sample Response:
{ "deployed": true}500 — Server Error
Section titled “500 — Server Error”{ "error": "Internal server error" }