get https://api.klarda.com/api/v1/wallet/transaction/native
Get Wallet Token Balance
Definition
This endpoint retrieves native cryptocurrency transactions associated with a specific wallet address on a specified blockchain network. It provides users with transaction details such as amounts transferred, transaction IDs, timestamps, and other relevant information related to native cryptocurrency transactions.
Query Parameters
- chain_id (string): The identifier of the blockchain network for which wallet transactions are requested.
- address (string): The wallet address for which native cryptocurrency 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 native cryptocurrency transaction details for the specified wallet address on the specified blockchain network.
This endpoint is useful for monitoring and retrieving detailed transaction history of native cryptocurrency transfers associated with a specific wallet address, facilitating transaction tracking and analysis within the blockchain network.