A comprehensive overview of Meria’s API architecture and core components
Feature | Description | Endpoint |
---|---|---|
Real-Time Balance Queries | Retrieve wallet balances, including native balances, token balances, and staking balances | GET /api/{chainId}/account/{accountId}/state |
Transaction Creation | Build and encode transactions for signing | POST /api/{chainId}/transaction/encode |
Transaction Broadcasting | Broadcast signed transactions to the blockchain | POST /api/{chainId}/transaction/broadcast/raw |
Transaction Status Tracking | Monitor transaction states in real-time across multiple blockchain networks | GET /api/{chainId}/transaction/{transactionId} |
Validator Discovery | Retrieve a list of eligible validators across supported PoS networks | GET /api/{chainId}/validators |
Chain Information | Get detailed information about supported blockchain networks | GET /api/chains/{chainId} |
Feature | Description | Endpoint |
---|---|---|
Validator Discovery | Retrieve a list of eligible validators across supported PoS networks | GET /api/{chainId}/validators |
Delegation & Undelegation | Stake or unstake assets in a single API request, streamlining the staking process | POST /api/{chainId}/transaction/encode Modes: • delegate • undelegate |
Claim Rewards | Automatically claim staking rewards, reducing complexity for users and applications | POST /api/{chainId}/transaction/encode Mode: claimRewards |
Multi-Chain Staking Support | Interact with over 40 PoS blockchains through a unified staking interface | GET /api/chains/{chainId} |
Feature | Description | Endpoint |
---|---|---|
Transaction History Retrieval | Access detailed transaction logs without querying blockchain nodes directly | GET /api/{chainId}/account/{accountId}/transactions |
Reward Monitoring | Coming soon | - |