# Paj API ## Docs - [Get rates](https://docs.paj.cash/api-reference/get-rates.md): Returns the latest active onramp and offramp rates for the given target fiat currency. Rates already include the business fee applied to the API key. - [Register a bank account](https://docs.paj.cash/api-reference/register-bank-account.md): Registers a bank account for the API key’s business using a bank code and account number. The account is confirmed with the provider and an on-chain address is assigned. If the account already exists it is returned as-is. - [Search for a bank account](https://docs.paj.cash/api-reference/search-bank-account.md): Looks up a single bank account by its on-chain address or its account number. Provide at least one of the two query parameters. - [Authentication](https://docs.paj.cash/authentication.md): Every v2 request is authenticated with a business API key. - [Bank account addresses](https://docs.paj.cash/concepts/bank-account-addresses.md): How a bank account becomes an on-chain address, and what happens when funds arrive. - [Errors](https://docs.paj.cash/concepts/errors.md): What each status code means, and which failures are worth retrying. - [Rates](https://docs.paj.cash/concepts/rates.md): How Paj quotes fiat against USD, and how to use a rate correctly. - [Paj Public API](https://docs.paj.cash/index.md): Turn a bank account into an address that anyone can pay in stablecoins. - [Quickstart](https://docs.paj.cash/quickstart.md): Register a bank account and get the address that pays it, in about five minutes. ## OpenAPI Specs - [openapi](https://docs.paj.cash/api-reference/openapi.json)