# SecureShift | API documentation

## SecureShift | API documentation

- [SecureShift APIs documentation](https://doc.secureshift.io/developement-apis/secureshift-apis-documentation.md): Provided by secureshift.io
- [Get Currency](https://doc.secureshift.io/developement-apis/get-currency.md): It gives you the information of a single currency with the help of currency symbol
- [Get All Currencies](https://doc.secureshift.io/developement-apis/get-all-currencies.md): It gives you list of all currency information initially it gives you the first 100 currency information if you need the second 100 or third currency information then you can pass page = 2or3
- [Get Pair](https://doc.secureshift.io/developement-apis/get-pair.md): It gives you the pair information that you need you just pass the parameters as currency\_from and currency\_two
- [Get All Pair](https://doc.secureshift.io/developement-apis/get-all-pair.md): It gives you list of all pair information initially it gives you the first 100 coin pair information if you need the second 100 or third coin information then you can pass page = 2or3 as a pagination
- [Get Estimate](https://doc.secureshift.io/developement-apis/get-estimate.md): It generally convert your amount
- [Create Exchange](https://doc.secureshift.io/developement-apis/create-exchange.md): It is use to create the exchange,
- [Get Exchange](https://doc.secureshift.io/developement-apis/get-exchange.md): It is use to get your order using order\_id
- [Get Range](https://doc.secureshift.io/developement-apis/get-range.md): It is use to get range of the coin using from currency symbol and to currency symbol.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.secureshift.io/developement-apis/secureshift-apis-documentation.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.
