v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBFunding
List top-up records
Retrieves top-up records for the API client account, with optional pagination and filtering criteria.
post/open-api/v3/scan2pay/funding/top-ups/search
Request body
Example request
{
"page": 1,
"limit": 10,
"type": "CHARGE",
"amountCurrency": "USDT",
"status": "SUCCESS",
"chain": "ARB",
"transactionHash": "0x694d6a05709123c0a123457403b6e190b76b1ecd5a466d320dec65153873df17",
"minGmtCreate": "1732636500000",
"maxGmtCreate": "1732636500000",
"minGmtModified": "1732636500000",
"maxGmtModified": "1732636500000"
}Response
Successful operation