Appendix
Enums
Name | Value |
---|---|
MainNet | ETHEREUM,POLYGON,VICTION |
Currency | AUD,EUR,HKD,JPY,SGD,USD,GBP,WUSD |
RiskLevel | HIGH_RISK,LOW_RISK |
BankType | SWIFT,ACH,FPS,SEPA |
FiatTransactionType | DEPOSIT,WITHDRAW |
CryptoTransactionType | DEPOSIT,WITHDRAW |
CryptoTransactionStatus | TO_BE_PROCESSED ,PROCESSING,CANCELED COMPLETED,REJECTED,FAILED,TRANSFERRED_MANUALLY |
FiatTransactionStatus | TO_BE_PROCESSED,TO_BE_CONFIRMED,CANCELED,COMPLETED |
WalletStatus | PENDING,ACTIVE,SUSPENDED,FROZEN |
MintRedeemStatus | PENDING,COMPLETED,CANCELED |
EventType | FIAT_DEPOSIT,FIAT_WITHDRAW,CRYPTO_DEPOSIT,CRYPTO_WITHDRAW |
EventStatus | COMPLETED,CANCELED,REJECTED,FAILED |
Error Code
code | message |
---|---|
400 | Bad request |
404 | Not found |
405 | Method not allowed |
500 | Internal server error |
00005 | Connection failed |
00006 | Access denied |
00008 | Invalid parameters |
00009 | Insufficient Fund |
00010 | Wallet Balance was unmatched |
00013 | Wallet Address already exists |
00019 | Request already processed. Please verify the result or use a new requestId for submission. |
09003 | Invalid RemitInfo |
10004 | Unsupported MainNet |
12007 | Invalid rate, get quote failed |
12008 | Submit Mint-Redeem quote failed |
12012 | Mint Redeem amount does not match all the balances in the account |
12013 | The status cannot generate receipts |
13018 | Unsupported currency |
14002 | The withdrawal amount does not match all the balances in the account |
... | ... |