GetTransactionsByWallet()

Summary

Description

Gets a list of transactions by a wallet address.

Request

Request Structure

JSON
Copy

Request Parameters

string: PublicKey - Wallet address (public key) in Base58

optional string: Limit- Range of transactions on the wallet(":100" - display up to 100 transactions, "100:" - display more than 100 transactions, "100:200" - display transaction from 100 to 200)), displays the last 10 transactions by default

Response

JSON output depends on the request type and its success.

If there’s an error, request returns to the node basic Result:

  • Success: False
  • Message:

If successful, requested information is returned.

Response Structure

Response when requesting a Limit of :1

JSON
Copy

Example Code

Python
C#
C++
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard