# Private Endpoints

- [Authentication](https://docs.ndax.in/v3/private-endpoints/authentication.md)
- [Index](https://docs.ndax.in/v3/private-endpoints/index.md)
- [Trades](https://docs.ndax.in/v3/private-endpoints/trades.md)
- [GET Trade](https://docs.ndax.in/v3/private-endpoints/trades/get-trade.md)
- [POST Trade](https://docs.ndax.in/v3/private-endpoints/trades/post-trade.md)
- [Batch Trades](https://docs.ndax.in/v3/private-endpoints/trades/batch-trades.md)
- [Positions](https://docs.ndax.in/v3/private-endpoints/positions.md)
- [GET Position](https://docs.ndax.in/v3/private-endpoints/positions/get-position.md)
- [GET Platform Position](https://docs.ndax.in/v3/private-endpoints/positions/get-platform-position.md)
- [Accounts](https://docs.ndax.in/v3/private-endpoints/accounts.md)
- [GET Status](https://docs.ndax.in/v3/private-endpoints/accounts/get-status.md)
- [Delivery](https://docs.ndax.in/v3/private-endpoints/accounts/delivery.md)
- [Account](https://docs.ndax.in/v3/private-endpoints/accounts/account.md)
- [History](https://docs.ndax.in/v3/private-endpoints/accounts/history.md)
- [Movement](https://docs.ndax.in/v3/private-endpoints/accounts/movement.md)
- [Deposits](https://docs.ndax.in/v3/private-endpoints/deposits.md)
- [GET](https://docs.ndax.in/v3/private-endpoints/deposits/get.md)
- [GET: Digital Asset Address](https://docs.ndax.in/v3/private-endpoints/deposits/get-digital-asset-address.md)
- [POST: Digital Asset Address](https://docs.ndax.in/v3/private-endpoints/deposits/post-digital-asset-address.md)
- [GET: Fiat Deposit](https://docs.ndax.in/v3/private-endpoints/deposits/get-fiat-deposit.md)
- [GET: Withdrawal](https://docs.ndax.in/v3/private-endpoints/deposits/get-withdrawal.md)
- [GET: Withdrawal by ID](https://docs.ndax.in/v3/private-endpoints/deposits/get-withdrawal/get-withdrawal-by-id.md)
- [GET: Digital Asset](https://docs.ndax.in/v3/private-endpoints/deposits/get-withdrawal/get-digital-asset.md)
- [Digital Asset by ID](https://docs.ndax.in/v3/private-endpoints/deposits/get-withdrawal/digital-asset-by-id.md)
- [Fiat](https://docs.ndax.in/v3/private-endpoints/deposits/get-withdrawal/fiat.md)
- [Fiat by ID](https://docs.ndax.in/v3/private-endpoints/deposits/get-withdrawal/fiat-by-id.md)
- [Gas Fees](https://docs.ndax.in/v3/private-endpoints/deposits/gas-fees.md)
- [POST: Withdrawal](https://docs.ndax.in/v3/private-endpoints/deposits/post-withdrawal.md)
- [Delete: Withdrawal](https://docs.ndax.in/v3/private-endpoints/deposits/delete-withdrawal.md)
- [Transfers](https://docs.ndax.in/v3/private-endpoints/transfers.md)
- [POST: Transfer](https://docs.ndax.in/v3/private-endpoints/transfers/post-transfer.md)
- [GET: Transfer by ID](https://docs.ndax.in/v3/private-endpoints/transfers/get-transfer-by-id.md)
- [Participants](https://docs.ndax.in/v3/private-endpoints/participants.md)
- [GET](https://docs.ndax.in/v3/private-endpoints/participants/get.md)
- [GET by Email](https://docs.ndax.in/v3/private-endpoints/participants/get-by-email.md)
- [POST New](https://docs.ndax.in/v3/private-endpoints/participants/post-new.md)
- [Region](https://docs.ndax.in/v3/private-endpoints/participants/region.md)
- [Patch](https://docs.ndax.in/v3/private-endpoints/participants/patch.md)
- [Relation](https://docs.ndax.in/v3/private-endpoints/participants/relation.md)
- [Documents](https://docs.ndax.in/v3/private-endpoints/participants/documents.md)
- [Liquidity](https://docs.ndax.in/v3/private-endpoints/liquidity.md)
- [GET](https://docs.ndax.in/v3/private-endpoints/liquidity/get.md)
- [POST](https://docs.ndax.in/v3/private-endpoints/liquidity/post.md)
- [Convert](https://docs.ndax.in/v3/private-endpoints/convert.md)
- [Withdraw](https://docs.ndax.in/v3/private-endpoints/withdraw.md)
- [Payments](https://docs.ndax.in/v3/private-endpoints/payments.md)
- [POST](https://docs.ndax.in/v3/private-endpoints/payments/post.md)
- [GET](https://docs.ndax.in/v3/private-endpoints/payments/get.md)
- [GET Status](https://docs.ndax.in/v3/private-endpoints/payments/get-status.md)
- [Rewards & Loyalty](https://docs.ndax.in/v3/private-endpoints/rewards-and-loyalty.md)
- [Awards](https://docs.ndax.in/v3/private-endpoints/awards.md)


---

# Agent Instructions: 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:

```
GET https://docs.ndax.in/v3/private-endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
