# Myaza API ## Docs - [Login](https://docs.myaza.co/api-reference/authentication/login.md): Authenticate with email and password to receive a JWT access token - [Get Current User](https://docs.myaza.co/api-reference/authentication/me.md): Returns the profile of the currently authenticated user - [Estimate Transfer Fees](https://docs.myaza.co/api-reference/blockchain/estimate-gas.md): Estimate the total transfer fee and net amount for a token transfer before sending - [Generate Wallet](https://docs.myaza.co/api-reference/blockchain/generate-wallet.md): Generate a new cryptocurrency wallet address and keypair for any supported chain - [Get Wallet Balance](https://docs.myaza.co/api-reference/blockchain/get-balance.md): Get the native and token balances for a wallet address on any supported chain - [Get Available Networks](https://docs.myaza.co/api-reference/blockchain/get-networks.md): Returns all blockchain networks supported by the Myaza API - [Execute Swap](https://docs.myaza.co/api-reference/blockchain/swap-execute.md): Execute a token swap on-chain - [Get Swap Quote](https://docs.myaza.co/api-reference/blockchain/swap-quote.md): Get a price quote for swapping one token to another on-chain - [Transfer Tokens](https://docs.myaza.co/api-reference/blockchain/transfer.md): Send native tokens or stablecoins from one address to another - [Get Bridge Transfer](https://docs.myaza.co/api-reference/bridge/get-transfer.md): Check the status of a cross-chain bridge transfer - [Bridge Transfer](https://docs.myaza.co/api-reference/bridge/transfer.md): Transfer tokens across chains using the Wormhole bridge protocol - [Create Fiat Collection](https://docs.myaza.co/api-reference/fiat-collection/create-collection.md): Create a fiat collection request with crypto settlement via YellowCard direct settlement - [Get Fiat Collection](https://docs.myaza.co/api-reference/fiat-collection/get-collection.md): Retrieve details of a specific fiat collection by ID - [List Fiat Collections](https://docs.myaza.co/api-reference/fiat-collection/list-collections.md): Retrieve a paginated list of fiat collections for the authenticated business - [Refresh Collection Status](https://docs.myaza.co/api-reference/fiat-collection/refresh-status.md): Manually check and refresh the status of a fiat collection from YellowCard - [Add Address to Monitor](https://docs.myaza.co/api-reference/monitoring/add-address.md): Start monitoring a wallet address for incoming transactions - [List Monitored Addresses](https://docs.myaza.co/api-reference/monitoring/list-addresses.md): Returns all addresses currently being monitored for your business - [Remove Monitored Address](https://docs.myaza.co/api-reference/monitoring/remove-address.md): Stop monitoring a wallet address - [Cancel POS Session](https://docs.myaza.co/api-reference/pos/cancel-session.md): Cancel a POS payment session - [Create POS Session](https://docs.myaza.co/api-reference/pos/create-session.md): Create a new POS payment session for cryptocurrency payments - [Direct Crypto Payout](https://docs.myaza.co/api-reference/pos/direct-payout.md): Initiate a direct crypto-to-fiat payout via YellowCard, bypassing autopayout settings - [Get All Available Networks](https://docs.myaza.co/api-reference/pos/get-all-networks.md): Get the complete list of all blockchain networks and tokens, unfiltered by business settings - [Get Available Banks](https://docs.myaza.co/api-reference/pos/get-banks.md): Get available banks from YellowCard for fiat payouts - [Get Exchange Rate](https://docs.myaza.co/api-reference/pos/get-exchange-rate.md): Get the current USD-to-local-currency exchange rate from YellowCard - [Get POS Quote](https://docs.myaza.co/api-reference/pos/get-quote.md): Get a real-time quote with fees and FX margin without creating a session - [Get POS Session](https://docs.myaza.co/api-reference/pos/get-session.md): Retrieve the current status and details of a POS payment session - [Get Supported Countries](https://docs.myaza.co/api-reference/pos/get-supported-countries.md): Get supported countries with currency codes, filtered by your business autopayout settings - [Get Supported Networks](https://docs.myaza.co/api-reference/pos/get-supported-networks.md): Get blockchain networks and tokens available for POS sessions, filtered by your business settings - [List POS Sessions](https://docs.myaza.co/api-reference/pos/list-sessions.md): List POS payment sessions for the authenticated business with filtering and pagination - [Resolve Bank Account](https://docs.myaza.co/api-reference/pos/resolve-bank.md): Resolve a bank account number to the account holder's name via YellowCard - [WebSocket Quote](https://docs.myaza.co/api-reference/pos/websocket-quote.md): Get real-time POS quotes over a WebSocket connection - [Claim Rewards](https://docs.myaza.co/api-reference/staking/claim-rewards.md): Claim accumulated staking rewards to your wallet - [Get Staking Plans](https://docs.myaza.co/api-reference/staking/get-plans.md): List all available staking plans, optionally filtered by chain - [List Stakes](https://docs.myaza.co/api-reference/staking/get-stakes.md): List all stakes for your business with optional filters - [Stake Tokens](https://docs.myaza.co/api-reference/staking/stake.md): Stake tokens in a staking plan to earn yield - [Unstake Tokens](https://docs.myaza.co/api-reference/staking/unstake.md): Initiate unstaking. Early withdrawal may incur a penalty. - [Withdraw Staked Tokens](https://docs.myaza.co/api-reference/staking/withdraw.md): Withdraw tokens after unstaking is complete - [Get Webhook](https://docs.myaza.co/api-reference/webhooks/get.md): Retrieve a specific webhook delivery event by ID - [List Webhooks](https://docs.myaza.co/api-reference/webhooks/list.md): List all webhook delivery events with filtering and pagination - [Retrigger Webhook](https://docs.myaza.co/api-reference/webhooks/retrigger.md): Queue a failed or undelivered webhook for immediate re-delivery - [Webhook Stats](https://docs.myaza.co/api-reference/webhooks/stats.md): Get delivery statistics for your webhook events - [Authentication](https://docs.myaza.co/authentication.md): How to authenticate with the Myaza API - [Errors](https://docs.myaza.co/errors.md): HTTP error codes and how to handle them - [Accepting Crypto Payments](https://docs.myaza.co/guides/accepting-crypto-payments.md): End-to-end guide for building a crypto payment flow with Myaza - [Multi-Chain Bridge](https://docs.myaza.co/guides/multi-chain-bridge.md): Move tokens across blockchains using the Myaza bridge (powered by Wormhole) - [Wallet Management](https://docs.myaza.co/guides/wallet-management.md): Best practices for generating, storing, and managing crypto wallets at scale - [Webhook Integration](https://docs.myaza.co/guides/webhook-integration.md): Set up and handle Myaza webhooks for real-time transaction notifications - [Introduction](https://docs.myaza.co/introduction.md): Welcome to the Myaza API — multi-chain blockchain infrastructure for businesses - [Quickstart](https://docs.myaza.co/quickstart.md): Get up and running with the Myaza API in under 5 minutes - [API Reference](https://docs.myaza.co/sdk/pos/api-reference.md): Complete method and type reference for the MyazaPOS class - [Configuration](https://docs.myaza.co/sdk/pos/configuration.md): SDK configuration options, theming, and fraud detection setup - [Events](https://docs.myaza.co/sdk/pos/events.md): Payment lifecycle events and the event bus API - [Framework Guides](https://docs.myaza.co/sdk/pos/frameworks.md): Integrate the POS SDK with React, Next.js, Vue, Svelte, or plain JavaScript - [POS SDK](https://docs.myaza.co/sdk/pos/introduction.md): Accept crypto payments in any frontend framework with a few lines of code - [Plugins](https://docs.myaza.co/sdk/pos/plugins.md): Extend the SDK with built-in and custom plugins - [Quickstart](https://docs.myaza.co/sdk/pos/quickstart.md): Accept your first crypto payment in under 5 minutes ## OpenAPI Specs - [openapi](https://docs.myaza.co/api-reference/openapi.json) ## Optional - [API Status](https://secureapi.gridlog.io/health)