swaps
Get swaps based on wallet address, swap hash and offset.
Request Parameters:
Name | Type | Description | Example |
---|---|---|---|
networkName (required) | String | The network name for which to retrieve the swaps. | bsc |
hash (required) | String | The swap hash used to filter the swaps. | |
walletAddress (required) | String | The wallet address associated with the swaps. | 0x3G9b800bB6805239E9F9C5027F894917C7a71e41 |
offset (optional) | Number | The number of swaps to skip in the result set. | Default value: 0 |
statuses (optional) | String[] | The swap stage status for which to retrieve the swaps 0: Error 1: Pending 2: Completed 3: Refund | Available values : 0, 1, 2, 3 |
Request URL Example:
Response Example:
Last updated