get https://api.klarda.com/api/v1/wallet/transaction/transfer
Get Wallet Transfer Transaction
Definition
This endpoint retrieves transfer transactions associated with a specific wallet address on a specified blockchain network. It provides users with transaction details such as token transfers, amounts transferred, transaction IDs, timestamps, and other relevant information related to transfers of tokens or assets.
Query Parameters
- chain_id (string): The identifier of the blockchain network for which wallet transactions are requested.
- address (string): The wallet address for which transfer transactions are requested.
- page (int, default: 1): The page number for paginated results. Specifies which page of results to retrieve.
- limit (int, default: 10): The maximum number of transactions to return per page.
Response
The response will include a JSON object or array containing transfer transaction details for the specified wallet address on the specified blockchain network.
This endpoint is useful for monitoring and retrieving detailed transaction history of token transfers associated with a specific wallet address, facilitating transaction tracking and analysis within the blockchain network.