
What is Myaza?
Myaza provides a production-grade blockchain infrastructure API that lets businesses:- Accept crypto payments across Ethereum, Solana, Polygon, TRON, Stellar, and more
- Generate and manage wallets without handling key infrastructure yourself
- Bridge assets cross-chain via Wormhole
- Stake tokens and earn yield programmatically
- Monitor addresses and receive real-time webhook notifications
- Run POS sessions for in-person or online crypto payment flows
Base URLs
| Environment | URL |
|---|---|
| Sandbox | https://myaza-blockchain-core.onrender.com/api/v1 |
| Production | https://secureapi.gridlog.io/api/v1 |
Authentication
The Myaza API supports two authentication methods:API Key
Use
X-API-Key header for server-to-server calls. Best for production integrations.JWT Bearer Token
Use
Authorization: Bearer <token> for user-facing flows.Quick Start
Get your API key
Sign in to the Myaza Dashboard and generate an API key under Settings → API Keys.
