While testing the console api in swagger few of the endpoints getting the below errors
{
"error": "BadRequestError",
"message": "Validation error",
"code": "validation_error",
"type": "validation_error",
"data": [
{
"received": "{coin",
"code": "invalid_enum_value",
"options": [
"akash-network",
"usd-coin"
],
"path": [
"coin"
],
"message": "Invalid enum value. Expected 'akash-network' | 'usd-coin', received '{coin'"
}
]
}
akt price issue because payload is going as coin instead of akash-network Image

While testing the console api in swagger few of the endpoints getting the below errors
{
"error": "BadRequestError",
"message": "Validation error",
"code": "validation_error",
"type": "validation_error",
"data": [
{
"received": "{coin",
"code": "invalid_enum_value",
"options": [
"akash-network",
"usd-coin"
],
"path": [
"coin"
],
"message": "Invalid enum value. Expected 'akash-network' | 'usd-coin', received '{coin'"
}
]
}
akt price issue because payload is going as coin instead of akash-network Image