LinkexLinkex Docs
API ReferenceGeneratedAlipay plus

Preview Alipay+ payment amount

POST
/api/user/swiftpass/amount

Calculates the USD amount payable for a requested credit amount (applies group ratio and any per-amount discount).

AuthorizationBearer <token>

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

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/user/swiftpass/amount" \  -H "Content-Type: application/json" \  -d '{    "amount": 0  }'
{  "success": true,  "message": "string",  "data": null}