Skip to content

现货端 (sapi.asterdex.com) 的 V3 签名查询类接口全部返回 HTTP 500 错误(HTML 错误页面) #110

@chumobtc

Description

@chumobtc

我在aster官网创建了专业api,生成了一对address和PrivateKey

我授权该api钱包合约交易以及现货交易

使用相同的 EIP-712 签名逻辑,合约端全部正常,现货端查询类接口全部 500。

正常的接口:
- GET sapi.asterdex.com/api/v3/time → 正常
- GET sapi.asterdex.com/api/v3/ticker/price → 正常
- POST sapi.asterdex.com/api/v3/order → 正常
- GET fapi.asterdex.com/fapi/v3/agent → 正常(返回 agent 列表)
- GET fapi.asterdex.com/fapi/v3/commissionRate → 正常(返回手续费率)

异常的接口(全部返回 500 HTML 错误页面):
- GET sapi.asterdex.com/api/v3/account
- GET sapi.asterdex.com/api/v3/commissionRate
- GET sapi.asterdex.com/api/v3/openOrders
- GET sapi.asterdex.com/api/v3/agent

500 响应内容:
返回的不是 JSON,而是 HTML 页面,包含 "We're sorry, but something went wrong." 文本,
引用了 apollox.com 的 500 错误图片。

问题仅出现在现货端 (sapi) 的 GET 类签名接口,疑似服务端处理 V3 签名查询请求时存在 bug。

希望官方排查 sapi.asterdex.com 的 V3 签名查询接口问题,谢谢!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions