Skip to main content
POST
/
wallet
/
api
/
user
/
occupations
Get Occupation List
curl --request POST \
  --url http://access-wallet.test.ftrader.pro/wallet/api/user/occupations
{
  "code": 123,
  "msg": "<string>",
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

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

agencyCode
string
required

Agency code

appId
string
required

App identifier

sign
string
required

Signature

Response

200 - application/json

OK

code
integer<int32>
required
msg
string
required
data
object[]