-
Notifications
You must be signed in to change notification settings - Fork 0
Add 7 missing problem reference API pages #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
||
| An Exceed Max Withdraw Limit error is returned when a withdrawal request exceeds the maximum allowed withdrawal amount. | ||
|
|
||
| For example, attempting to withdraw an amount greater than the configured maximum withdrawal limit for the profile or asset will result in this error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have limits per Profile at the moment. Limits can be set on customer's account level.
|
|
||
| For example, attempting to create an order with a notional value that exceeds the configured maximum for the profile, market, or trading limits will result in this error. | ||
|
|
||
| To resolve this error, reduce the order size to bring the notional value within the allowed limits, or contact support to adjust trading limits if needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add a link to the Docs describing the limits. We have something here - https://docs.paxos.com/guides/crypto-brokerage/orders-precision-rounding#order-limitations
I don't know if this is still valid - https://help.paxos.com/hc/en-us/articles/4410538467220-Maximum-Order-Size-per-Trade If yes, we should incorporate this into Docs.
|
|
||
| For example, this error may occur when a market is temporarily closed for maintenance, suspended due to regulatory requirements, or permanently disabled. | ||
|
|
||
| To resolve this error, check the market status and wait for the market to become available, or select a different available market for your trade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we provide a way for customers to figure out the proper market names available to them?
We have this endpoint with supported markets - https://api.paxos.com/v2/markets, but I think it doesn't show everything that some customers can actually use.
Added 7 missing problem reference API documentation pages for various error conditions including withdraw limits, precision errors, market conditions, and commission validation. Updated navigation to include all new problem reference pages in alphabetical order.
Created by Mintlify agent