Skip to main content

Get Wallet Actions

GET 

/actions

Get Wallet Actions

Request

Details

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

Details

Schema

    Details

    docs

    object[]

  • Array [

  • _id string
    walletAddress string
    name string
    status string
    Details

    received

    object[]

  • Array [

  • name string
    symbol string
    address string
    decimals integer
    value string
    type string
    _id string
    to stringnullable
  • ]

  • Details

    sent

    object[]

  • Array [

  • name string
    symbol string
    address string
    decimals integer
    value string
    type string
    _id string
    to stringnullable
  • ]

  • userOpHash string
    txHash string
  • ]

Loading...

Was this page helpful?