WSPN
Language
  • English
Version
  • V1.0
Wallet
Language
  • English
Version
  • V1.0
Wallet
Twitter
Telegram
Linkedin
  1. User Account
  • Introduction
  • Get Started
  • Signature
  • About WUSD
  • Webhook Service
  • Sandbox Environment
  • Blockchain Confirmations
  • Appendix
  • API Keys
  • Core Functionality
    • Quickstart: Deposit via Blockchain Wallet
    • Quickstart: Withdraw via Blockchain Wallet
    • Quickstart: Deposit via Funds Transfer
    • Quickstart: Withdraw to Bank
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • Wallet
      • Address
        • Get Deposit Address
        • Add Whitelist Address
        • Get Whitelist Address
        • Delete Whitelist Address
      • Remit Info
        • Get Deposit Remit Info
        • Add Remit Info
        • Edit Remit Info
        • Get Remit Info
        • Delete Remit Info
      • Transaction
        • Get Balance
        • Create Fiat Deposit
        • Create Fiat Withdraw
        • Create Crypto Withdraw
        • Get Fiat Transaction
        • Get Exchange Rate
        • Create Mint/Redeem
        • Mint/Redeem History
        • Get Mint Redeem Receipt
        • Get Fiat Transaction Receipt
        • Get Crypto Transaction Receipt
      • User Account
        • Country List
          GET
        • Create
          POST
        • Batch Create
          POST
        • Kyb Submit
          POST
        • Kyb Batch Submit
          POST
        • Sub Account
          POST
        • Sub Account/Api Key
          POST
      • File Upload
        • File Upload
  1. User Account

Sub Account/Api Key

Sandbox
https://wallet.test.wspn.io
Sandbox
https://wallet.test.wspn.io
POST
/openapi/v1/user-account/sub-account/api-key
Get all api key information under sub-account, support paging

Request

Body Params application/json
query
object 
required
pagination
object 
required
current
integer 
required
size
integer 
required
Example
{
    "query": {},
    "pagination": {
        "current": 1,
        "size": 10
    }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://wallet.test.wspn.io/openapi/v1/user-account/sub-account/api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
    "query": {},
    "pagination": {
        "current": 1,
        "size": 10
    }
}'

Responses

🟢200api-key
application/json
Body
header
object 
required
success
boolean 
required
resultList
array [object {4}] 
required
clientId
integer 
required
companyFullName
string 
required
clientStatus
string 
required
apiKey
object 
optional
pagination
object 
required
current
integer 
required
size
integer 
required
pages
integer 
required
total
integer 
required
Example
{
    "header": {
        "success": true
    },
    "resultList": [
        {
            "clientId": 6824030006,
            "companyFullName": "CTH",
            "clientStatus": "Active",
            "apiKey": {
                "apiKey": "KjGGh5W4dq1gGP3VtK8mkBAMfXl7mnKQ",
                "apiSecret": "$2a$10$qmyiyJFKCECvfc1yn98ef.9DJz/Mv.7QSULXDE.beMiAl9.UEPKgy",
                "signKey": "HIvxvaYexIix0cMHCyOqyfI9"
            }
        },
        {
            "clientId": 6825060174,
            "companyFullName": "ea4a7ad3",
            "clientStatus": "Pending KYC"
        },
        {
            "clientId": 6825060191,
            "companyFullName": "ea4a7ad3",
            "clientStatus": "Pending KYC"
        },
        {
            "clientId": 6825060192,
            "companyFullName": "ea4a7ad3",
            "clientStatus": "Pending KYC"
        }
    ],
    "pagination": {
        "current": 1,
        "size": 10,
        "pages": 1,
        "total": 4
    }
}
Modified at 2025-06-27 06:33:03
Previous
Sub Account
Next
File Upload
Built with