API ReferenceGeneratedTopup
Get top-up options
Returns which payment rails are enabled and their minimum amounts, including min_topup, x402_min_topup, x402_max_topup, and enable_x402_topup.
Authorization
apiKey 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}