Get Unmatched Transfers
GET
/api/v1/unified/unmatched
const url = 'https://api.qeychain.xyz/api/v1/unified/unmatched';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.qeychain.xyz/api/v1/unified/unmatchedGet unmatched CEX transfers that need manual entry.
Returns CEX withdrawals that couldn’t be matched to on-chain deposits, and on-chain receives from unknown sources.
Responses
Section titled “Responses”Successful Response
Media typeapplication/json
Examplegenerated
example