MoonPay · Authentication Profile

Moonpay Authentication

Authentication

MoonPay secures its APIs with apiKey, http-bearer, and request-signing across 4 declared security schemes, as derived from its OpenAPI definitions.

CompanyCrypto InfrastructurePaymentsCryptocurrencyOn-RampOff-RampFintechDigital WalletBlockchainKYC
Methods: apiKey, http-bearer, request-signing Schemes: 4 OAuth flows: API key in: header, query

Security Schemes

SecretKeyHeader apiKey
· in: header (X-Api-Key)
ApiKeyQuery apiKey
· in: query (apiKey)
AccessTokenBearer http
scheme: bearer
WidgetUrlSignature request-signing

Source

Authentication Profile

moonpay-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://dev.moonpay.com/api-reference/platform/documentation/using-the-api
docs: https://dev.moonpay.com/platform/guides/api-and-sdk-credentials
summary:
  types: [apiKey, http-bearer, request-signing]
  api_key_in: [header, query]
  oauth2_flows: []
schemes:
  - name: SecretKeyHeader
    type: apiKey
    in: header
    parameter: X-Api-Key
    usage: Server-to-server requests. Test key prefix sk_test_, live key prefix sk_live_.
    scope: server-side
    docs: https://dev.moonpay.com/platform/guides/api-and-sdk-credentials
  - name: ApiKeyQuery
    type: apiKey
    in: query
    parameter: apiKey
    usage: Publishable key used to initialize widget/client requests.
    scope: client-side
  - name: AccessTokenBearer
    type: http
    scheme: bearer
    usage: >-
      Client-side Platform API requests use the accessToken returned from a connection
      as a Bearer token (Authorization: Bearer <accessToken>).
    scope: client-side
    token_lifetime: short-lived (expiresAt on issued credentials)
  - name: WidgetUrlSignature
    type: request-signing
    algorithm: HMAC-SHA256
    usage: >-
      Widget/checkout URLs and certain requests are signed with the account secret key;
      webhooks are verified with a request signature (see webhooks/signature docs).
    docs: https://dev.moonpay.com/api-reference/widget/webhooks/signature
notes:
  - Test vs live mode is selected by the key prefix (sk_test_/sk_live_), not the URL.
  - Secret keys must never be exposed to the frontend; client flows use short-lived accessTokens.
  - No OAuth2/OIDC scope surface is documented; auth is key + bearer-token based.

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/moonpay-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 email required.

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