Nestcoin · Authentication Profile

Nestcoin Authentication

Authentication

Nestcoin secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyFintechCryptoExchangeOn-Off RampPaymentsWeb3Africa
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

authSignature apiKey
· in: header (x-signature)
authToken apiKey
· in: header (x-auth-token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/nestcoin-external-gateway-openapi-original.json
docs: https://docs.onboard.xyz/api-reference/onboard-connect/authentication
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
models:
  - name: API Key
    headers: [x-api-key]
    query: [x-api-key]
    detail: Identifies the third-party application. Retrieved from the Business Dashboard after onboarding.
  - name: Session token (x-auth-token)
    headers: [x-auth-token, 'Authorization: Bearer <token>']
    detail: Issued to an end user after OTP login; used for authenticated user-session endpoints.
  - name: HMAC signature (x-signature)
    headers: [x-api-key, x-signature, x-timestamp]
    detail: >-
      Sensitive operations (e.g. user creation) require HMAC-SHA256 signing. The signature is
      computed over the x-timestamp and request body using the API secret as the key. Timestamps
      must be within 30 seconds of server time or the request is rejected with 403.
schemes:
- name: authSignature
  type: apiKey
  in: header
  parameter: x-signature
  sources:
  - openapi/nestcoin-external-gateway-openapi-original.json
- name: authToken
  type: apiKey
  in: header
  parameter: x-auth-token
  description: Auth Token header for inter-service communication
  sources:
  - openapi/nestcoin-external-gateway-openapi-original.json
access_token_flow:
  request_operation: requestAccessToken
  refresh_operation: refreshAccessToken
  path: /auth/oauth/access-token

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/nestcoin-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.