Skip to main content
The Transactions API gives you full visibility into every transaction that has passed through your Blockradar wallets. You can also use it to cancel pending transactions, retry failed ones, and resend missed webhooks.

What you can do

  • List and filter transactions across a wallet
  • Retrieve details for a single transaction
  • Resend a webhook for any transaction
  • Cancel a pending transaction
  • Retry a failed transaction
  • Trigger an asset sweep manually

Endpoints

MethodEndpointDescription
GET/wallets/{walletId}/transactionsList all transactions
GET/wallets/{walletId}/transactions/{transactionId}Get a single transaction
POST/wallets/{walletId}/transactions/{transactionId}/resend-webhookResend webhook for a transaction
POST/wallets/{walletId}/transactions/{transactionId}/sweepTrigger asset sweep
GET/wallets/{walletId}/transactions/webhook-logsView webhook delivery logs
POST/wallets/{walletId}/transactions/{transactionId}/cancelCancel a pending transaction
POST/wallets/{walletId}/transactions/{transactionId}/retryRetry a failed transaction

Full API Reference

View all transaction endpoints in the API Reference tab.