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-key: <api-key>'
{
  "success": true,
  "data": {
    "status": "<string>",
    "tags": [
      "<string>"
    ],
    "lastTxs": [
      {}
    ],
    "lastDapps": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.wavynode.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.

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