Skip to main content
GET
/
polymarket
/
wallet
Get Wallet
curl --request GET \
  --url https://api.domeapi.io/v1/polymarket/wallet
{
"eoa": "0xe9a69b28ffd86f6ea0c5d8171c95537479b84a29",
"proxy": "0x60881d7dce725bfb0399ee0b11cc11f5782f257d",
"wallet_type": "safe"
}

Query Parameters

eoa
string

EOA (Externally Owned Account) wallet address. Either eoa or proxy must be provided, but not both.

Example:

"0xe9a69b28ffd86f6ea0c5d8171c95537479b84a29"

proxy
string

Proxy wallet address. Either eoa or proxy must be provided, but not both.

Example:

"0x60881d7dce725bfb0399ee0b11cc11f5782f257d"

Response

Wallet information response

eoa
string
required

The EOA (Externally Owned Account) wallet address

Example:

"0xe9a69b28ffd86f6ea0c5d8171c95537479b84a29"

proxy
string
required

The proxy wallet address

Example:

"0x60881d7dce725bfb0399ee0b11cc11f5782f257d"

wallet_type
string
required

The type of wallet

Example:

"safe"