Skip to main content

Get Wallet Actions

GET 

https://api.fuse.io/api/v2/smart-wallets/actions

Get Wallet Actions

Request

Query Parameters

    apiKey stringrequired

    Your Public API key.

    page integer

    Default value: 1

    Page number for pagination.

    limit integer

    Default value: 10

    Number of items per page.

    tokenAddress string

    Filter actions by token address.

Responses

Successful response

Schema
    docs object[]
  • Array [
  • _id string
    walletAddress string
    name string
    status string
    received object[]
  • Array [
  • name string
    symbol string
    address string
    decimals integer
    value string
    type string
    _id string
    to stringnullable
  • ]
  • sent object[]
  • Array [
  • name string
    symbol string
    address string
    decimals integer
    value string
    type string
    _id string
    to stringnullable
  • ]
  • userOpHash string
    txHash string
  • ]

Authorization: http

name: bearerAuthtype: httpscheme: bearerbearerFormat: JWT
curl -L -X GET 'https://api.fuse.io/api/v2/smart-wallets/actions' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.fuse.io/api/v2/smart-wallets
Auth
Parameters
— queryrequired
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!

Was this page helpful?