Skip to main content

Get Historical Transactions

GET 

https://api.fuse.io/api/v1/smart-wallets/historical_txs

Authorization: http

name: bearerAuthtype: httpbearerFormat: JWTscheme: bearer

Get Historical Transactions

Request

Query Parameters

    apiKey string

    (Required) Your Public API key

    Example: {{publicKey}}
    page integer
    Example: 1
    updatedAt integer
    Example: 0
    tokenAddress string
    Example: 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Responses

Successful response

Schema

    object

Authorization: http

name: bearerAuthtype: httpbearerFormat: JWTscheme: bearer
curl -L -X GET 'https://api.fuse.io/api/v1/smart-wallets/historical_txs' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.fuse.io
Auth
Parameters
— query
— query
— query
— query
ResponseClear

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

Was this page helpful?