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

# API Reference Summary

### API Summary Table

<table data-header-hidden><thead><tr><th width="186.9998779296875"></th><th></th><th></th><th></th></tr></thead><tbody><tr><td>Function</td><td>Endpoint</td><td>Method</td><td>Description</td></tr><tr><td>Business</td><td><br></td><td><br></td><td><br></td></tr><tr><td>Register Business</td><td>No endpoint<br><br>Register via this form <a href="https://forms.gle/isi4N8RJmusmSTAK8">Here</a></td><td>Fill Registration form</td><td>A business profile get created for with the API Key &#x26; Secret Key</td></tr><tr><td>Get Business Info</td><td>/info</td><td>GET</td><td>Retrieves the name , business details, and wallet addresses per chain for the authenticated business.</td></tr><tr><td>Transactions</td><td><br></td><td><br></td><td><br></td></tr><tr><td>Get Supported Banks</td><td>/banks</td><td>GET</td><td>Returns a list of supported fiat banks for settlement.</td></tr><tr><td>Get Quote</td><td>/quote</td><td>POST</td><td>Provides a real-time exchange rate for a buy or sell transaction.</td></tr><tr><td>Execute quote/Order</td><td>/quote/{quoteID}</td><td>POST</td><td>Creates a formal transaction based on a quoteId.</td></tr><tr><td>Get Order Status</td><td>/order/{id}</td><td>GET</td><td>Retrieves the current status and details of a specific order.</td></tr><tr><td>Get All Orders</td><td>/orders</td><td>GET</td><td>Retrieves all the current order list</td></tr></tbody></table>

<br>
