Skip to main content
POST
/
wallet
/
api
/
card
/
active
Activate User Card (Deducted from Agency Assets)
curl --request POST \
  --url http://access-wallet.test.ftrader.pro/wallet/api/card/active
{
  "code": 123,
  "msg": "<string>",
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.cardplus.cc/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

agencyAsset
string
required

Asset type, available values: USDT/USDC

agencyCode
string
required

Agency code

appId
string
required

App identifier

appUserId
string
required

App user ID of the user to activate

cardId
integer<int64>
required

Card ID of the user to activate

sign
string
required

Signature

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
boolean