Enum Values
The following enums are used across P2P API endpoints. Always pass string values.
| Enum | Value | Description |
|---|---|---|
| Side (Trade Direction) | BUY | Buy |
SELL | Sell | |
| KycLevel | NONE | No KYC |
PRIMARY | Primary KYC | |
ADVANCED | Advanced KYC | |
| advStatus (Ad Status) | CLOSE | Closed |
OPEN | Open | |
DELETE | Deleted | |
LOW_STOCK | Low Stock | |
| FeeType | NONE | None |
EACH_FIX | Fixed per trade | |
EACH_RATIO | Ratio per trade amount | |
| OrderDealState | NOT_PAID | Not paid |
PAID | Paid | |
WAIT_PROCESS | Waiting for merchant | |
PROCESSING | Processing | |
DONE | Completed | |
CANCEL | Cancelled | |
INVALID | Invalid | |
REFUSE | Refused | |
TIMEOUT | Timeout | |
| NotifyType | SMS | SMS verification |
MAIL | Email verification | |
GA | Google Authenticator |