[Notice] Changes of Open API

Greetings from Upbit developer center,

We would like to inform you that there are some changes of Open API.

Open API error format will be changed from Camel Case to Snake Case.

Please check the exception handling and change it to the modified format after 2021-04-28.

[Code Examples]

  • Before change

{
"error": {
"name": "V1::Exceptions::NoAuthorizationToken",
"message": "You must log in.",
"dialog": "client"
}
}

  • After change

{
"error": {
"name": "no_authorization_token",
"message": "You must log in.",
}
}

[Schedule]

  • Date of change: 2021-04-28 (estimated)

For any inquiries regarding the above, please contact [email protected]
Thank you