LinkexLinkex Docs
API ReferenceGeneratedTopup

Get top-up order status

GET
/api/user/topup/order/{trade_no}

Poll a top-up order by trade number. Status: pendingsettlingsuccess / failed / expired. The response includes a computed expires_at.

AuthorizationBearer <token>

Linkex API key (sk-...), including agent keys. Session cookie auth is also accepted on /api/user/* routes.

In: header

Path Parameters

trade_no*string

Response Body

application/json

curl -X GET "https://example.com/api/user/topup/order/string"
{  "success": true,  "message": "string",  "data": null}