GetTransactionsByWallet()
Summary
Route
Type
Example
Description
Request
Request Structure
{
"PublicKey": "base58_string", // Wallet address
"Limit": 100 // List of tokens separated by a comma
"Offset": 0 // Which transaction to start counting from
}Request Parameters
Response
Response Structure
Example Code
Python
C++
C#
Last updated