Page number
1 <= value1Number of items per page
1 <= value <= 10010Value in
The field to sort by
Value in
Sort direction
Value in
application/json
curl -X GET "https://example.com/pairs/string/history"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "pair": "string", "to": "string", "sender": "string", "amount0In": "string", "amount1In": "string", "amount0Out": "string", "amount1Out": "string", "transactionHash": "string", "blockNumber": 0, "platform": "string", "price": "string", "blockCreatedAt": "string" } ]}