curl --request GET \
  --url https://testnet.walletkit.com/activity \
  --header 'Authorization: Bearer <token>'
[
  {
    "uuid": "<string>",
    "network": "Ethereum",
    "type": "<string>",
    "timestamp": "<string>",
    "wallet_address": "<string>",
    "transaction_hash": "<string>",
    "metadata": {
      "amount": "<string>"
    },
    "token": {
      "uuid": "<string>",
      "network": "Ethereum",
      "contract_address": "<string>",
      "name": "<string>",
      "symbol": "<string>",
      "decimals": 123,
      "display_decimals": 123,
      "logo_url": "<string>"
    }
  }
]

Headers

X-WalletKit-Project-ID
string
required

Your WalletKit Project ID can be found on the API Keys page in the WalletKit Dashboard.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

network
enum<string>
required
Available options:
Ethereum,
Polygon,
Base,
Avalanche,
Polkadot,
Vara
wallet_address
string
required
page
integer | null
page_size
integer | null

Response

200 - application/json
uuid
string
required
network
enum<string>
required
Available options:
Ethereum,
Polygon,
Base,
Avalanche,
Polkadot,
Vara
type
string
required
timestamp
string
required
wallet_address
string
required
transaction_hash
string
required
metadata
object
required
token
object
required