You're viewing a demo portfolio

Join the waitlist
PRSM

fuse_smart_wallet_get_actions

Active

Tool of Fuse Network

declared in 0.1.0

List the paginated action history (transfers, contract calls) of an authenticated smart wallet. The JWT comes from `fuse_smart_wallet_authenticate`.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "jwt"
  ],
  "properties": {
    "jwt": {
      "type": "string",
      "description": "Bearer JWT issued by `fuse_smart_wallet_authenticate`."
    },
    "page": {
      "type": "integer",
      "minimum": 1,
      "description": "Pagination page (default 1)."
    },
    "limit": {
      "type": "integer",
      "maximum": 100,
      "minimum": 1,
      "description": "Items per page (default 10)."
    },
    "tokenAddress": {
      "type": "string",
      "description": "Optional ERC-20 token address to filter actions by."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fuse Network

1/7 registries
View full server →