> For the complete documentation index, see [llms.txt](https://docs.payram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payram.com/api-integration.md).

# API Integration

- [Introduction](https://docs.payram.com/api-integration/introduction.md): Integrate PayRam’s APIs to seamlessly accept crypto payments and automate on-chain payouts from your own platform.
- [Payments API](https://docs.payram.com/api-integration/payments-api.md)
- [Create Payment](https://docs.payram.com/api-integration/payments-api/create-payment.md): In this section, you’ll learn how to create a payment link using the PayRam API for customers to make payments easily.
- [Fetch Tickers](https://docs.payram.com/api-integration/payments-api/fetch-tickers.md): In this section, you’ll learn how to fetch all supported tickers using the PayRam API, allowing you to display real-time token and blockchain options available for user payments.
- [Get Blockchain Currencies](https://docs.payram.com/api-integration/payments-api/get-blockchain-currencies.md): In this section, you’ll learn how to fetch all available blockchain deposit options for a specific payment using its reference\_id.
- [Assign Deposit Address](https://docs.payram.com/api-integration/payments-api/assign-deposit-address.md): In this section, you’ll learn how to assign a static deposit address to a user for a given blockchain family.
- [Payment Status](https://docs.payram.com/api-integration/payments-api/payment-status.md): In this section, you’ll learn how to fetch the current payment status for a specific transaction using its reference\_id.
- [Webhook](https://docs.payram.com/api-integration/payments-api/webhook.md)
- [Payouts APIs](https://docs.payram.com/api-integration/payouts-apis.md)
- [Overview](https://docs.payram.com/api-integration/payouts-apis/overview.md)
- [Create Payouts](https://docs.payram.com/api-integration/payouts-apis/create-payouts.md): In this section, you’ll learn how to create a payout in PayRam to send funds directly to a recipient’s wallet on the selected blockchain.
- [GET Single Payout](https://docs.payram.com/api-integration/payouts-apis/get-single-payout.md): In this section, you’ll learn how to retrieve a singl payout records from your PayRam server, including their details and current statuses.
- [GET All Payouts](https://docs.payram.com/api-integration/payouts-apis/get-all-payouts.md)
- [Payout Webhooks](https://docs.payram.com/api-integration/payouts-apis/payout-webhooks.md)
- [Approving Held Payouts](https://docs.payram.com/api-integration/payouts-apis/approving-held-payouts.md)
- [Editing Payout Limits](https://docs.payram.com/api-integration/payouts-apis/editing-payout-limits.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.payram.com/api-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
