You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
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.
{
"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."
}
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: