LinkexLinkex Docs
API ReferenceGeneratedTopup

Get top-up options

GET
/api/user/topup/info

Returns which payment rails are enabled and their minimum amounts, including min_topup, x402_min_topup, x402_max_topup, and enable_x402_topup.

AuthorizationBearer <token>

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

In: header

Response Body

application/json

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