Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. /account
  2. account.currency.doesnt_exist Currency doesn't exist
  3. account.deposit.invalid_state Deposit invalid state
  4. account.deposit.non_integer_limit Value you send could not be parsed into Integer type
  5. account.deposit.invalid_limit Invalid limit
  6. account.deposit.non_integer_limit Limit value you send could not be parsed into Integer type
  7. account.deposit.non_positive_page Page value must be positive
  8. account.deposit.empty_txid Txid is missing, txid is empty
  9. account.currency.doesnt_exist Currency doesn't exist
  10. account.deposit_address.invalid_address_format Invalid deposit address format
  11. account.deposit_address.doesnt_support_cash_address_format Currency doesn't support cash address format
  12. account.currency.doesnt_exist Currency doesn't exist
  13. account.withdraw.non_integer_limit Limit Value you send could not be parsed into Integer type
  14. account.withdraw.invalid_limit Invalid limit
  15. account.withdraw.non_integer_limit Limit value you send could not be parsed into Integer type
  16. account.withdraw.non_positive_page Page value must be positive
  17. account.withdraw.non_integer_otp Otp value could not be parsed into Integer type
  18. account.withdraw.empty_otp Otp is missing, otp is empty
  19. account.withdraw.empty_rid Rid is missing, rid is empty
  20. account.currency.doesnt_exist Currency doesn't exist
  21. account.withdraw.non_decimal_amount Amount value you send could not be parsed into Decimal type
  22. account.withdraw.non_positive_amount Amount value must be positive
  23. account.currency.doesnt_exist Currency doesn't exist
  24. account.deposit.not_permitted Please, pass the corresponding verification steps to deposit funds
  25. account.withdraw.not_permitted Please, pass the corresponding verification steps to withdraw funds
  26. account.withdraw.insufficient_balance Account balance is insufficient
  27. account.withdraw.invalid_amount Invalid withdraw amount
  28. account.withdraw.create_error Failed to create withdraw
  29. account.withdraw.invalid_otp Invalid otp
  30. withdraw.status.disabled Withdrawal API is disabled
  31.  
  32. /market
  33. market.market.doesnt_exist Market doesn't exist
  34. market.order.invalid_state Invalid deposit state
  35. market.order.non_integer_limit Limit value you send could not be parsed into Integer type
  36. market.order.invalid_limit Invalid limit
  37. market.order.non_integer_limit Limit value you send could not be parsed into Integer type
  38. market.trade.empty_page Page is missing, page is empty
  39. market.order.invalid_order_by Invalid order_by
  40. market.market.doesnt_exist Market doesn't exist
  41. market.market.doesnt_exist Market doesn't exist
  42. market.order.invalid_side Invalid order side
  43. market.order.non_decimal_volume Volume value you send could not be parsed into Decimal type
  44. market.order.non_positive_volume Volume value must be positive
  45. market.order.invalid_type Invalid order type
  46. market.order.non_decimal_price Volume value you send could not be parsed into Decimal type
  47. market.order.non_positive_price Volume value must be positive
  48. market.order.non_integer_id Id value you send could not be parsed into Integer type
  49. market.order.empty_id Id is missing, id is empty
  50. market.trade.non_integer_limit Limit value you send could not be parsed into Integer type
  51. market.trade.invalid_limit Invalid limit
  52. market.trade.non_integer_limit Limit value you send could not be parsed into Integer type
  53. market.trade.empty_page Page is missing, page is empty
  54. market.trade.non_integer_timestamp Timestamp value you send could not be parsed into Integer type
  55. market.trade.empty_timestamp Timestamp is missing, timestamp is empty
  56. market.trade.invalid_order_by Invalid order_by
  57. market.account.insufficient_balance Account balance is insufficient
  58. market.order.insufficient_market_liquidity Isufficient market liquidity
  59. market.order.invalid_volume_or_price
  60. market.order.create_error
  61. market.order.cancel_error
  62. market.order.market_order_price
  63. market.trade.not_permitted Please, pass the corresponding verification steps to enable trading
  64.  
  65. /public
  66. public.currency.doesnt_exist Currency doesn't exist
  67. public.currency.invalid_type
  68. public.market.doesnt_exist Market doesn't exist
  69. public.order_book.non_integer_ask_limit
  70. public.order_book.invalid_ask_limit
  71. public.order_book.non_integer_bid_limit
  72. public.order_book.invalid_bid_limit
  73. public.market.doesnt_exist Market doesn't exist
  74. public.trade.non_integer_limit Limit value you send could not be parsed into Integer type
  75. public.trade.invalid_limit Invalid limit
  76. public.trade.non_integer_limit Limit value you send could not be parsed into Integer type
  77. public.trade.non_positive_page Page value must be positive
  78. public.trade.non_integer_timestamp
  79. public.trade.invalid_order_by
  80. public.market.doesnt_exist Market doesn't exist
  81. public.market_depth.non_integer_limit Limit value you send could not be parsed into Integer type
  82. public.market_depth.invalid_limit Invalid limit
  83. public.market.doesnt_exist Market doesn't exist
  84. public.k_line.non_integer_period
  85. public.k_line.invalid_period
  86. public.k_line.non_integer_time_from
  87. public.k_line.empty_time_from
  88. public.k_line.non_integer_time_to
  89. public.k_line.empty_time_to
  90. public.k_line.non_integer_limit Limit value you send could not be parsed into Integer type
  91. public.k_line.invalid_limit Invalid limit
  92. public.market.doesnt_exist Market doesn't exist
  93.  
  94. auth
  95. jwt.decode_and_verify Couldn't decode and verify jwt
  96. record.not_found Record not found
  97. server.internal_error Internal Server Error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement