Insights on Crypto Payments, Infrastructure, and Operations

Developers, APIs & Integrations

Developer tools, APIs, webhooks, SDKs and technical integrations.

302Terms
0Reviewed

Terms (302)

Transaction Submission

Transaction Submission is the client action that sends a transaction request or signed transaction to a wallet, node, RPC provider, or payment…

Transaction Testing

Transaction Testing verifies construction, signing, submission, propagation, execution, receipt handling, confirmation logic, and failure recovery for blockchain transactions. It can use local…

Treasury API

A treasury API lets authorized software retrieve balances and manage controlled financial operations such as transfers, conversions, allocations, and settlement. Treasury API…

Treasury Automation

Treasury automation uses software rules to monitor balances, move funds, convert assets, maintain reserves, and reconcile financial positions with reduced manual work.…

Treasury Integration

A treasury integration connects wallets, payment providers, banks, exchanges, accounting systems, and internal ledgers to coordinate financial operations and visibility. Treasury Integration…

Wallet Adapter

A Wallet Adapter is a software interface that normalizes communication between an application and one or more wallet providers. It can expose…

Wallet API

A wallet API lets software create, query, sign, send, or monitor wallet-related accounts, addresses, balances, tokens, and transactions programmatically. Wallet API returning…

Wallet Integration

A wallet integration connects an application with a cryptocurrency wallet for account discovery, transaction preparation, user authorization, signing, and status tracking. Wallet…

Wallet SDK

A wallet SDK provides libraries, interfaces, and utilities for adding wallet connection, account access, signing, and transaction features to applications. Production use…

WalletConnect

WalletConnect is an interoperability protocol and network that lets wallets establish sessions with applications and approve blockchain actions across devices and platforms.…

WalletConnect Session

A WalletConnect Session is an approved connection between an application and a wallet that defines permitted namespaces, chains, accounts, methods, events, expiry,…

Web Crypto API

The Web Crypto API provides browser and web-worker interfaces for cryptographic operations such as randomness, hashing, encryption, signatures, and key handling. Web…

Webhook

A webhook is an asynchronous HTTP message sent by one system to notify another system that a defined event occurred. A reliable…

Webhook Acknowledgement

Webhook Acknowledgement is the receiver response that tells the sender a delivery attempt was accepted according to the webhook contract. It is…

Webhook Consumer

A Webhook Consumer is the application component that receives, validates, stores, and processes webhook events. It may be an HTTP endpoint plus…

Webhook Deduplication

Webhook Deduplication identifies repeated webhook deliveries or semantically repeated events and prevents repeated business processing. It commonly uses event IDs, object identifiers,…

Webhook Endpoint

Webhook Endpoint is the server route that receives asynchronous webhook requests from another system. It is used to accept event notifications and…

Webhook Event Log

A Webhook Event Log is an append-oriented record of webhook events and delivery metadata, including event identity, timestamps, payload reference, signature result,…

Webhook Failure

Webhook Failure is a condition where a webhook cannot be delivered, authenticated, accepted, parsed, or applied successfully. It is used to identify…

Webhook Handler

A Webhook Handler is the HTTP-facing function or service that accepts an incoming webhook request, verifies it, parses the payload, records the…

Webhook Log

A Webhook Log is a diagnostic record of webhook requests, delivery attempts, responses, processing steps, and errors. It helps operators trace failures…

Webhook Payload Validation

Webhook Payload Validation checks that an incoming webhook body conforms to the expected event structure, field types, required values, allowed variants, and…

Webhook Recovery

Webhook Recovery is an asynchronous integration concept that securely and completely restores correct application state after missed, failed, delayed, rejected, or incorrectly…

Webhook Replay

Webhook Replay is the intentional redelivery or reprocessing of a previously recorded webhook event to recover from missed delivery, consumer failure, deployment…