wacai · Authentication Profile

Wacai Authentication

Authentication

wacai secures its APIs with apiKey and hmac-signature across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyFintechPersonal FinanceAccountingWealth ManagementOpen PlatformAPI GatewayChina
Methods: apiKey, hmac-signature Schemes: 2 OAuth flows: API key in: header

Security Schemes

appKeySignature apiKey
· in: header ()
tokenService apiKey
· in: header ()

Source

Authentication Profile

wacai-authentication.yml Raw ↑
generated: '2026-07-21'
method: searched
source: https://github.com/wacai/wacai-open-sdk/blob/master/doc/api_sign.md
docs: https://github.com/wacai/wacai-open-sdk/tree/master/doc
# No OpenAPI/OAS is published for the Wacai open platform, so this profile is
# reconstructed from the official SDK protocol docs (doc/api_auth.md, api_sign.md,
# api_entry.md). The gateway uses appKey/appSecret HMAC request signing, NOT OAuth2.
summary:
  types: [apiKey, hmac-signature]
  api_key_in: [header]
  gateway_entry: https://open.wacai.com/gw/api_entry
schemes:
  - name: appKeySignature
    type: apiKey
    in: header
    mode: direct-connect
    credential_headers:
      - x-wac-app-key        # app key identifying the caller (direct-connect mode)
      - x-wac-access-token    # access token (token mode; older SDK versions)
      - x-wac-timestamp       # request timestamp, participates in signature
      - x-wac-version         # protocol/interface version
      - x-wac-signature       # request signature over apiName|apiVersion|headerString|bodyMd5
    description: >
      Callers authenticate with an appKey/appSecret pair issued by the Wacai open
      platform. Each request to the gateway (POST https://open.wacai.com/gw/api_entry)
      is signed: signPlainText = apiName + "|" + apiVersion + "|" + headerString + "|" + bodyMd5,
      where headerString is the alphabetically-sorted, ampersand-joined set of signed
      headers (x-wac-timestamp, x-wac-access-token or x-wac-app-key, x-wac-version).
      Higher SDK versions drop the token and connect the appKey directly to the gateway.
  - name: tokenService
    type: apiKey
    in: header
    note: Older SDK versions obtain an access token via the token service (wacai-token-sdk) before calls.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/wacai-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.