Skip to main content
GET
/
common
/
region
/
code
Region Codes
curl --request GET \
  --url http://access-wallet.test.ftrader.pro/common/region/code
{
  "code": 123,
  "msg": "<string>",
  "data": [
    {
      "code": "CN",
      "desc": "China",
      "phoneCode": 86
    }
  ]
}

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.

Response

200 - application/json

OK

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