Hata Kodları ve Anlamları

Bu tablo, API kullanımında karşılaşılabilecek hata kodları ve bu kodların açıklamaları hakkında bilgi verir.

KodAçıklama

4001

Bad Request

4002

Maximum limit for TRYC market has been reached

4003

Minimum limit for TRYC market has been reached

4004

Provided minimum price is not acceptable

4005

Provided maximum price is not acceptable

4006

Provided minimum condition is not acceptable

4007

Provided maximum condition is not acceptable

4008

Minimum price for conditional order is not reasonable

4009

Maximum price for conditional order is not reasonable

4010

Total value is below the minimum limit

4011

Total value exceeds the maximum limit

4012

The user is currently under a lock status

4013

Some required user fields are missing

4014

The user has not been verified

4015

The user has not been verified

4016

The specified market is not valid

4017

The user's asset is currently not available

4018

The user is not allowed to create an order

5001

Internal Server Error

Exp. Response

{
    "message": "Maximum limit for TRYC market has been reached",
    "code": 4002
}

Stream API kullanımında karşılaşılabilecek hata mesajları aşağıdaki gibidir.

Açıklama

Client subscription limit exceeded for channel [channel]

Invalid payload -> JSON syntax geçersiz

Invalid channel to subscribe: [channel]

Invalid market to subscribe: [market]

Exp. Response

{
    "error": "invalid channel to subscribe: matches",
    "id": "8"
}

Last updated