Transaction History

Recent swap/buy/sell history

Fetch recent transaction history

get
Query parameters
chainstringRequired

Blockchain identifier

pair_idstringRequired

DEX pair ID

pageintegerOptional

Page number (max 100 items/page)

Default: 1
Header parameters
x-api-keystringOptional

API key for Pro/Enterprise plans

Responses
200
Transaction history returned
application/json
Responseobject
get
GET /api/v1/blockchain/tx-history HTTP/1.1
Host: api.dexcheck.ai
Accept: */*
[
  {
    "pair": "GWPLjamb5ZxrGbTsYNWW7V3p1pAMryZSfaPFTdaEsWgC",
    "timestamp": 1750417378,
    "maker": "pCy2UmNoAAPR1uzXZqp2MF3ifJrrg5AdFHcn6ZkzbNr",
    "amount_0_in": 0,
    "amount_1_in": 0.49450648,
    "amount_0_out": 6390.426119,
    "amount_1_out": 0,
    "usd_price": 0.011460748396179908,
    "amount_usd": 73.23906589423544,
    "side": "buy"
  }
]