# Zet API Documentation ## Docs - [Get Off-Ramp Quote](https://docs.zet.money/api-reference/offramp/get-quote.md): Get a price quote for selling crypto for Nigerian Naira (NGN). - [Get Off-Ramp Status](https://docs.zet.money/api-reference/offramp/get-status.md): Poll the status of an off-ramp transaction. - [Initiate Off-Ramp](https://docs.zet.money/api-reference/offramp/initiate.md): Start an off-ramp transaction to sell crypto for NGN. - [Get On-Ramp Quote](https://docs.zet.money/api-reference/onramp/get-quote.md): Get a price quote for buying crypto with Nigerian Naira (NGN). - [Get On-Ramp Status](https://docs.zet.money/api-reference/onramp/get-status.md): Poll the status of an on-ramp transaction. Prefer using webhooks for production integrations. - [Initiate On-Ramp](https://docs.zet.money/api-reference/onramp/initiate.md): Start an on-ramp transaction. Returns bank account details where the user should transfer NGN. - [List Banks](https://docs.zet.money/api-reference/onramp/list-banks.md): Returns a list of Nigerian banks supported for on-ramp and off-ramp operations. - [Verify Bank Account](https://docs.zet.money/api-reference/onramp/verify-bank.md): Verify a bank account number and retrieve the account holder's name. Use this before initiating an off-ramp to confirm the correct recipient. - [API Reference Overview](https://docs.zet.money/api-reference/overview.md): Complete reference for all Zet API endpoints - [Execute Swap](https://docs.zet.money/api-reference/swap/execute.md): Execute a token swap using a previously obtained quote. - [Get Swap Quote](https://docs.zet.money/api-reference/swap/get-quote.md): Get a quote for swapping tokens. Supports same-chain and cross-chain swaps. - [Get Swap Status](https://docs.zet.money/api-reference/swap/get-status.md): Poll the status of a swap transaction. - [List Supported Tokens](https://docs.zet.money/api-reference/swap/list-tokens.md): Returns all tokens available for swapping, grouped by chain. - [Get Transaction](https://docs.zet.money/api-reference/transactions/get.md): Retrieve full details for a specific transaction. - [List Transactions](https://docs.zet.money/api-reference/transactions/list.md): Retrieve a paginated list of all transactions for your API key. - [Execute Transfer](https://docs.zet.money/api-reference/transfer/execute.md): Execute a cross-chain transfer using a previously obtained quote. - [Get Transfer Quote](https://docs.zet.money/api-reference/transfer/get-quote.md): Get a quote for transferring tokens across chains. Supports bridging with optional token conversion on the destination chain. - [Get Transfer Status](https://docs.zet.money/api-reference/transfer/get-status.md): Poll the status of a cross-chain transfer. - [List Supported Chains](https://docs.zet.money/api-reference/transfer/list-chains.md): Returns all supported chains with their tokens and capabilities. - [Create Wallet](https://docs.zet.money/api-reference/wallets/create-wallet.md): Create a new Zet-managed smart wallet for one of your users. The wallet address is deterministic — it will be the same across all supported EVM chains. - [Get Wallet Balances](https://docs.zet.money/api-reference/wallets/get-balances.md): Retrieve token balances for a wallet across all supported chains. - [Get Wallet](https://docs.zet.money/api-reference/wallets/get-wallet.md): Retrieve details for a specific wallet including deployment status. - [Delete Webhook](https://docs.zet.money/api-reference/webhooks/delete.md): Remove a registered webhook. Events will no longer be sent to the URL. - [List Webhooks](https://docs.zet.money/api-reference/webhooks/list.md): Returns all registered webhooks for your API key. The `secret` is not included in list responses. - [Register Webhook](https://docs.zet.money/api-reference/webhooks/register.md): Register a URL to receive webhook events. The response includes a `secret` that you must store securely — it is used to verify webhook signatures. - [Authentication](https://docs.zet.money/authentication.md): API keys, rate limits, and security - [Changelog](https://docs.zet.money/changelog.md): What's new in the Zet API - [Core Concepts](https://docs.zet.money/concepts.md): Understand the building blocks of the Zet API - [Error Codes](https://docs.zet.money/error-codes.md): HTTP status codes and error codes returned by the Zet API - [Cross-Chain Transfer](https://docs.zet.money/guides/cross-chain.md): Bridge tokens across different blockchains - [Off-Ramp Integration](https://docs.zet.money/guides/offramp.md): Let your users sell crypto for NGN to their bank account - [On-Ramp Integration](https://docs.zet.money/guides/onramp.md): Accept NGN payments and deliver crypto to your users - [Swap Integration](https://docs.zet.money/guides/swap.md): Build a token swap feature into your app - [Webhook Integration](https://docs.zet.money/guides/webhooks.md): Receive real-time event notifications for transactions - [Introduction](https://docs.zet.money/introduction.md): Build with Zet — the smart on/off ramp and cross-chain infrastructure for businesses - [Pricing](https://docs.zet.money/pricing.md): Simple, transparent pricing that scales with your business - [Quickstart](https://docs.zet.money/quickstart.md): Get up and running with the Zet API in 5 minutes - [Supported Assets](https://docs.zet.money/supported-assets.md): Chains, tokens, and currencies supported by the Zet API ## OpenAPI Specs - [openapi](https://docs.zet.money/openapi.yaml)