Skip to main content
GET
/
wallets
/
{wallet}
/
status
Get wallet status
curl --request GET \
  --url https://api.wavynode.com/v1/wallets/{wallet}/status \
  --header 'x-api-header: <api-key>'
{
  "success": true,
  "data": {
    "status": "<string>",
    "tags": [
      "<string>"
    ],
    "lastTxs": [
      {}
    ],
    "lastDapps": [
      {}
    ]
  }
}

Authorizations

x-api-header
string
header
required

API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}

Path Parameters

wallet
string
required

The EVM wallet address to query

Query Parameters

chainId
integer
required

The chain ID to perform the query on

Response

Wallet status

success
boolean
data
object