Returns swap history for a specific pool address.
Request Code Samples
curl --location 'https://dex-wallet.botchain.ai/api/v1/swaps/pool/0x64f418471a1a7932a190e10da5a8551db5abec05?limit=100&offset=0&pool_type=all'
Responses
{
"data": [
{
"property1": "string",
"property2": "string"
}
],
"limit": 0,
"offset": 0,
"pool_type": "string"
}
Modified at 2026-06-08 09:32:27