# Meria ## Docs - [Get Account History](https://whitelabelled-staking-docs.adamik.io/api-reference/account/get-account-history.md): Returns the history of a specified account identifier (address or xpub) and chain ID, primarily focusing on past transactions. - [Get Account State (Balances)](https://whitelabelled-staking-docs.adamik.io/api-reference/account/get-account-state-balances.md): Returns the state of a specified account identifier (address or xpub) and chain ID, focusing on balance information. The response includes details on native asset balances, token balances, and staking balances. This endpoint supports optional filters to refine the results, making it essential for wa… - [Get Account Tokens (paginated)](https://whitelabelled-staking-docs.adamik.io/api-reference/account/get-account-tokens-paginated.md): Returns the tokens (amount and details) held by a specified account identifier and chain ID. This endpoint allows for pagination over the returned tokens. - [Get Chain Details](https://whitelabelled-staking-docs.adamik.io/api-reference/chain/get-chain-details.md): Retrieves detailed information about a specific blockchain network identified by chain ID. - [Get Chain Validators](https://whitelabelled-staking-docs.adamik.io/api-reference/chain/get-chain-validators.md): Lists validators for a specified chain ID, including their operational status and commission rates. Useful for delegation operations on proof-of-stake blockchains. - [Get Supported Chains](https://whitelabelled-staking-docs.adamik.io/api-reference/chain/get-supported-chains.md): Retrieves a list of all supported blockchain networks with their detailed information. - [Get Token Details](https://whitelabelled-staking-docs.adamik.io/api-reference/chain/get-token-details.md): Retrieves detailed information about a specific token for a blockchain network, identified by chain ID and token ID. - [Open API Specification](https://whitelabelled-staking-docs.adamik.io/api-reference/open-api-specification.md): Provides the Open API specification of the Adamik API - [Broadcast Raw Transaction](https://whitelabelled-staking-docs.adamik.io/api-reference/transaction/broadcast-raw-transaction.md): Broadcasts a signed transaction to the blockchain in raw format. Unlike the standard broadcast, which builds the broadcast payload for you, this endpoint requires the final payload, ready for submission. Returns the transaction receipt (hash) or error details in case of failure. - [Broadcast Transaction](https://whitelabelled-staking-docs.adamik.io/api-reference/transaction/broadcast-transaction.md): Broadcasts a signed transaction to the blockchain, crucial for submitting transactions like transfers, delegations, or reward claims. Returns a transaction receipt (hash) or error details. - [Encode a Transaction](https://whitelabelled-staking-docs.adamik.io/api-reference/transaction/encode-a-transaction.md): Encodes transaction data into a format suitable for broadcasting. This function is pivotal for creating transactions that comply with the specific requirements of different blockchains. It also completes the input transaction with computed data, such as fees and max spendable amount, and perf… - [Get Transaction Details](https://whitelabelled-staking-docs.adamik.io/api-reference/transaction/get-transaction-details.md): Retrieves detailed information about a specific transaction for a blockchain network, identified by chain ID and transaction ID. - [Validate Transaction](https://whitelabelled-staking-docs.adamik.io/api-reference/transaction/validate-transaction.md): Validates a transaction's format and checks it against the blockchain's current state for potential errors or warnings. This pre-validation is critical for ensuring transaction success rates and for debugging transaction issues. - [Pubkey to Address](https://whitelabelled-staking-docs.adamik.io/api-reference/utils/pubkey-to-address.md): Encodes the provided public key to one or multiple addresses, for the given chain ID. Each address is labeled with a type, which may be "default" when there is only one address. - [Validate Address](https://whitelabelled-staking-docs.adamik.io/api-reference/utils/validate-address.md): Validates the specified address for the given chain ID, returning true if the address is valid, otherwise false. - [Meria API Architecture](https://whitelabelled-staking-docs.adamik.io/api_overview/API_Architecture.md): A comprehensive overview of Meria's API architecture and core components - [Introduction](https://whitelabelled-staking-docs.adamik.io/api_overview/introduction.md) - [Read API Overview](https://whitelabelled-staking-docs.adamik.io/api_overview/read_API_overview_and_interaction_flow.md) - [Write API Overview](https://whitelabelled-staking-docs.adamik.io/api_overview/write_API_overview_and_interaction_flow.md) - [In-House Staking Integration: Is It Worth It?](https://whitelabelled-staking-docs.adamik.io/get_started/Build-VS-Buy.md) - [Overview](https://whitelabelled-staking-docs.adamik.io/get_started/overview.md) - [Quick start](https://whitelabelled-staking-docs.adamik.io/get_started/quick_start.md) - [Supported Chains](https://whitelabelled-staking-docs.adamik.io/get_started/supported_chains.md): List of blockchains supported in the Adamik API with their respective features. - [Welcome to Meria Staking API Documentation!](https://whitelabelled-staking-docs.adamik.io/get_started/welcome.md): Everything you need to start integrating new staking protocols, all in one place. - [Using Adamik API with Bitcoin](https://whitelabelled-staking-docs.adamik.io/guides/e2e-examples/using-Adamik-API-with-Bitcoin.md) - [Using Staking API with Cosmos](https://whitelabelled-staking-docs.adamik.io/guides/e2e-examples/using-Adamik-API-with-Cosmos.md): Learn how to stake on Cosmos using the Staking API - [Using Adamik API with Ethereum](https://whitelabelled-staking-docs.adamik.io/guides/e2e-examples/using-Adamik-API-with-Ethereum.md) - [Using Adamik API with StarkNet](https://whitelabelled-staking-docs.adamik.io/guides/e2e-examples/using-Adamik-API-with-StarkNet.md) - [Using Adamik API with TON](https://whitelabelled-staking-docs.adamik.io/guides/e2e-examples/using-Adamik-API-with-TON.md) - [How to Craft a Bitcoin Transaction with Adamik](https://whitelabelled-staking-docs.adamik.io/guides/tutorials/Bitcoin-Transaction-Crafting.md) ## OpenAPI Specs - [openapi](https://whitelabelled-staking-docs.adamik.io/openapi.json) - [openapi_next](https://whitelabelled-staking-docs.adamik.io/openapi_next.json)