Ledger

Verify an on-chain transaction

Verifies that an on-chain transaction actually settled on a supported chain by querying the chain RPC directly (no balance tracking, no simulation).

post/ledger/verify

Request body

amountstring
assetstring
fromstring
ledgerTxIdstring
networkstring required
onChainTxstring required
tostring

Response

OK

blockNumberinteger
blockTimestampstring date-time
confirmationsinteger
errorstring
ledgerTxIdstring
matchesLedgerboolean
networkstring
verifiedboolean

Changes