Waltrex provides a powerful, secure REST API enabling developers to programmatically interact with blockchain wallets and assets without compromising on security. Whether you're building a financial application, managing digital assets, or automating treasury operations, Waltrex offers the tools needed to integrate wallet functionality into your systems.
You're on your way to building an awesome developer hub! Here's some of the things you'll want to check out.
Terminology
Account authorized to perform API-based actions and holds all of your business’s wallets.
two-step token-based authentication secure method for verifying an accounts identity before granting access to protected API resources.
Wallet a set of blockchain addresses, grouped to serve a separate financial entity or functionality. Each wallet has a list of enabled chains. For each chain, a wallet will have a single blockchain address (except bitcoin).
-
Blockchain represents the underlying network (e.g., Ethereum, Bitcoin, Tron) where wallet addresses, balances, and transactions are tracked and validated.
-
Asset represents a digital currency or token that can be held, transfered, or managed within your account. Assets are tied to specific blockchains and are held within wallets.
-
Balances the amount of an asset held in a wallet.
-
Transaction a logged asset transfer. A transaction can appear in different stages: created, approved, published, mined and completed.
