Sila · Authentication Profile

Sila Money Authentication

Authentication

Sila secures its APIs with signature across 3 declared security schemes, as derived from its OpenAPI definitions.

Embedded FinanceBanking as a ServicePaymentsDigital WalletACHKYCKYBMoney TransferFintechBanking APIVirtual Accounts
Methods: signature Schemes: 3 OAuth flows: API key in:

Security Schemes

authsignature signature
· in: header ()
usersignature signature
· in: header ()
businesssignature signature
· in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-12'
method: documented
source: https://docs.silamoney.com/docs/ecdsa-overview
summary:
  types:
  - signature
schemes:
- name: authsignature
  type: signature
  algorithm: ECDSA
  curve: secp256k1
  hash: Keccak-256
  in: header
  scope: application
  description: >-
    Hex-encoded ECDSA (secp256k1) signature over a Keccak-256 (SHA3) hash of the
    stringified JSON message body, signed with the application's private key.
    Sent in the "authsignature" request header. Sila stores only addresses
    (derived from public keys); private keys never leave the client. Confirmed
    live - a POST to /0.2/check_handle with no signature header returns HTTP 400
    with validation_details.header "This field is required."
  sources:
  - https://docs.silamoney.com/docs/ecdsa-overview
- name: usersignature
  type: signature
  algorithm: ECDSA
  curve: secp256k1
  hash: Keccak-256
  in: header
  scope: user
  description: >-
    Second ECDSA signature over the same message hash, signed with the end
    user's registered keypair (from /register or /register_wallet). Required in
    addition to authsignature on user-scoped endpoints (link_account, issue_sila,
    transfer_sila, redeem_sila, get_transactions, etc.). Sent in the
    "usersignature" header.
  sources:
  - https://docs.silamoney.com/docs/ecdsa-overview
- name: businesssignature
  type: signature
  algorithm: ECDSA
  curve: secp256k1
  hash: Keccak-256
  in: header
  scope: business
  description: >-
    Third ECDSA signature signed with a registered business keypair, used
    alongside authsignature (and usersignature) for KYB / business-entity
    operations. Sent in the "businesssignature" header. The precise set of
    endpoints that require it is not exhaustively enumerated in the pages
    reviewed.
  sources:
  - https://docs.silamoney.com/docs/ecdsa-overview
notes: >-
  Sila uses no bearer token or API key in the classic sense - authentication is
  request signing. Because standard tooling (Postman, generic OpenAPI clients)
  cannot compute a per-body ECDSA signature, Sila publishes helper tooling:
  sila-postman-signer (a local signing proxy) and language SDKs
  (JavaScript, Python, Java, PHP, C#) at https://github.com/sila-Money. Private
  keys are hex-encoded 64-character strings (no 0x prefix). An "app handle" plus
  its address is provisioned per application in the Sila console.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

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/sila-money-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.