# HopNow API ## Docs - [Get Account](https://apidocs.hopnow.io/api-reference/accounts/get-account.md): Retrieve detailed information about a specific account - [Get Account Balances](https://apidocs.hopnow.io/api-reference/accounts/get-balances.md): Retrieve balance information for a specific account - [List Accounts](https://apidocs.hopnow.io/api-reference/accounts/list-accounts.md): Retrieve all accounts for a customer - [Authentication](https://apidocs.hopnow.io/api-reference/authentication.md): Quick reference for HMAC authentication - [Create Beneficiary](https://apidocs.hopnow.io/api-reference/beneficiaries/create-beneficiary.md): Create a new beneficiary for receiving payouts - [Delete Beneficiary](https://apidocs.hopnow.io/api-reference/beneficiaries/delete-beneficiary.md): Deactivate a beneficiary (soft delete) - [Disable Beneficiary](https://apidocs.hopnow.io/api-reference/beneficiaries/disable-beneficiary.md): Temporarily disable a beneficiary for payouts - [Get Beneficiary](https://apidocs.hopnow.io/api-reference/beneficiaries/get-beneficiary.md): Retrieve detailed information about a specific beneficiary - [List Beneficiaries](https://apidocs.hopnow.io/api-reference/beneficiaries/list-beneficiaries.md): Retrieve a paginated list of beneficiaries - [Update Beneficiary](https://apidocs.hopnow.io/api-reference/beneficiaries/update-beneficiary.md): Update beneficiary information - [Get Deposit Instruction](https://apidocs.hopnow.io/api-reference/deposit-instructions/get-deposit-instruction.md): Retrieve deposit instructions for a specific currency - [List Deposit Instructions](https://apidocs.hopnow.io/api-reference/deposit-instructions/list-deposit-instructions.md): Retrieve all deposit instructions for an account - [Errors](https://apidocs.hopnow.io/api-reference/errors.md): How to handle API errors - [Create FX Quote](https://apidocs.hopnow.io/api-reference/fx/create-fx-quote.md): Request a foreign exchange quote for currency conversion - [Execute FX Quote](https://apidocs.hopnow.io/api-reference/fx/execute-fx-quote.md): Execute a foreign exchange quote to perform the currency conversion - [Get FX Quote](https://apidocs.hopnow.io/api-reference/fx/get-fx-quote.md): Retrieve a specific foreign exchange quote - [List FX Trades](https://apidocs.hopnow.io/api-reference/fx/list-fx-trades.md): Retrieve a paginated list of executed foreign exchange trades - [Idempotency](https://apidocs.hopnow.io/api-reference/idempotency.md): Prevent duplicate operations with idempotent requests - [Introduction](https://apidocs.hopnow.io/api-reference/introduction.md) - [Pagination](https://apidocs.hopnow.io/api-reference/pagination.md): How to paginate through large result sets - [Get Payin](https://apidocs.hopnow.io/api-reference/payins/get-payin.md): Retrieve detailed information about a specific incoming payment - [List Payins](https://apidocs.hopnow.io/api-reference/payins/list-payins.md): Retrieve a paginated list of incoming payments - [Create Payout Destination](https://apidocs.hopnow.io/api-reference/payout-destinations/create-destination.md): Add a bank account or wallet as a payout destination for a beneficiary - [Delete Payout Destination](https://apidocs.hopnow.io/api-reference/payout-destinations/delete-destination.md): Deactivate a payout destination (soft delete) - [Disable Payout Destination](https://apidocs.hopnow.io/api-reference/payout-destinations/disable-destination.md): Temporarily disable a payout destination - [Get Payout Destination](https://apidocs.hopnow.io/api-reference/payout-destinations/get-destination.md): Retrieve a specific payout destination - [List Payout Destinations](https://apidocs.hopnow.io/api-reference/payout-destinations/list-destinations.md): Retrieve all payout destinations for a beneficiary - [Update Payout Destination](https://apidocs.hopnow.io/api-reference/payout-destinations/update-destination.md): Update payout destination settings - [Create Payout](https://apidocs.hopnow.io/api-reference/payouts/create-payout.md): Send money to a beneficiary's payout destination - [Get Payout](https://apidocs.hopnow.io/api-reference/payouts/get-payout.md): Retrieve detailed information about a specific outgoing payment - [List Payouts](https://apidocs.hopnow.io/api-reference/payouts/list-payouts.md): Retrieve a paginated list of outgoing payments - [Create Wallet](https://apidocs.hopnow.io/api-reference/wallets/create-wallet.md): Create a new cryptocurrency wallet - [Delete Wallet](https://apidocs.hopnow.io/api-reference/wallets/delete-wallet.md): Deactivate a cryptocurrency wallet (soft delete) - [Get Wallet](https://apidocs.hopnow.io/api-reference/wallets/get-wallet.md): Retrieve detailed information about a specific cryptocurrency wallet - [Get Wallet Addresses](https://apidocs.hopnow.io/api-reference/wallets/get-wallet-addresses.md): Retrieve blockchain addresses for a specific wallet - [List Wallets](https://apidocs.hopnow.io/api-reference/wallets/list-wallets.md): Retrieve a paginated list of cryptocurrency wallets - [Create Webhook Endpoint](https://apidocs.hopnow.io/api-reference/webhooks/create-endpoint.md): Create a new webhook endpoint to receive event notifications - [Delete Webhook Endpoint](https://apidocs.hopnow.io/api-reference/webhooks/delete-endpoint.md): Delete a webhook endpoint - [Get Webhook Endpoint](https://apidocs.hopnow.io/api-reference/webhooks/get-endpoint.md): Retrieve details of a specific webhook endpoint - [List Webhook Endpoints](https://apidocs.hopnow.io/api-reference/webhooks/list-endpoints.md): Retrieve all webhook endpoints for a customer - [Update Webhook Endpoint](https://apidocs.hopnow.io/api-reference/webhooks/update-endpoint.md): Update a webhook endpoint's URL, events, or description - [Deposit Flows](https://apidocs.hopnow.io/guides/deposit-flows.md): How to receive fiat and crypto deposits into your account - [Handling Currencies](https://apidocs.hopnow.io/guides/handling-currencies.md): Best practices for working with multi-currency operations - [HMAC Signature Guide](https://apidocs.hopnow.io/guides/hmac-signature.md): Step-by-step guide to implementing HMAC-SHA256 signatures for API authentication - [Testing Guide](https://apidocs.hopnow.io/guides/testing.md): Testing strategies and best practices for HopNow API integration - [Home](https://apidocs.hopnow.io/index.md) - [Introduction](https://apidocs.hopnow.io/introduction.md): Welcome to the HopNow API - A comprehensive money transfer platform with foreign exchange support - [Webhook Best Practices](https://apidocs.hopnow.io/webhooks/best-practices.md): Patterns for reliable webhook handling - [Webhook Events](https://apidocs.hopnow.io/webhooks/events.md): Complete reference of webhook event types and payloads - [Webhook Overview](https://apidocs.hopnow.io/webhooks/overview.md): Real-time event notifications for your HopNow integration - [Webhook Security](https://apidocs.hopnow.io/webhooks/security.md): Verify webhook signatures to ensure requests are from HopNow ## OpenAPI Specs - [openapi](https://apidocs.hopnow.io/api-reference/openapi.json)