horizon
horizon copied to clipboard
Status 500 while getting trade history and trade aggregation
Hey guys, I've been getting this error while trying to get trade history and trade aggregations (both using SDK and Stellar labs) and I want to know if it's just me or some parts of Stellar TESTNET are having issues, orderbooks and some other endpoints are ok.
This is the endpoint I am trying to access:
https://horizon-testnet.stellar.org/trades?base_asset_type=native&counter_asset_type=credit_alphanum4&counter_asset_code=USD&counter_asset_issuer=GBANKHXFXNOST75HZRTJGNJWB7QYQ6WWK3PVJKD6VD6ZXPCX3HNNTLLK&order=desc&limit=20
This is the error I am getting:
{
"type": "https://stellar.org/horizon-errors/server_error",
"title": "Internal Server Error",
"status": 500,
"detail": "An error occurred while processing this request.
This is usually due to a bug within the server software.
Trying this request again may succeed if the bug is transient,
otherwise please report this issue to the issue tracker at:
https://github.com/stellar/go/services/horizon/internal/issues.
Please include this response in your issue."
}
It's currently occuring on the main route: https://horizon-testnet.stellar.org/trades
But mainnet looks fine: https://horizon.stellar.org/trades
Probably connected to https://github.com/stellar/horizon/issues/435