Blue Square Group Limited · Authentication Profile

Blue Square Group Limited Authentication

Authentication

Blue Square Group Limited secures its APIs with apiKey and signature across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyCryptocurrencyDerivatives ExchangeTradingPerpetual FuturesMarket DataBlockchainWebSocketFinancial-Services
Methods: apiKey, signature Schemes: 2 OAuth flows: API key in: cookie-session

Security Schemes

apiKeyLogin apiKey
· in: cookie ()
requestSignature signature
scheme: ecdsa-secp256k1

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: https://github.com/gravity-technologies/api-spec ; grvt-skills SKILL prerequisites
docs: https://api-docs.grvt.io/
summary:
  types: [apiKey, signature]
  api_key_in: [cookie-session]
  signature_scheme: ecdsa-secp256k1
  account_types: [trading, funding]
model: >-
  GRVT uses a two-part authentication model. (1) An API Key (issued from the GRVT exchange UI,
  e.g. GRVT_TRADING_API_KEY / GRVT_FUNDING_API_KEY) is exchanged for a session at the edge host
  (POST https://edge.grvt.io/auth/api_key/login -> {sub_account_id} + session cookie;
  edge.testnet.grvt.io on testnet). (2) State-changing requests (orders, transfers, withdrawals)
  are additionally signed with the private key associated with the API key using Ethereum-style
  ECDSA (secp256k1) signatures over an EIP-712 typed payload; session keys with scoped signer
  permissions (trade, transfer) and expirations are supported.
schemes:
  - name: apiKeyLogin
    type: apiKey
    in: cookie
    login_endpoint: https://edge.grvt.io/auth/api_key/login
    testnet_login_endpoint: https://edge.testnet.grvt.io/auth/api_key/login
    request: '{ "api_key": "<GRVT_TRADING_API_KEY>" }'
    returns: session cookie + sub_account_id
  - name: requestSignature
    type: signature
    scheme: ecdsa-secp256k1
    payload_format: EIP-712 typed data
    session_keys: true
    signer_permissions: [trade, transfer]
    notes: >-
      Signature validation is enforced server-side (see error codes 2000-2008, 1012, 1400, 4015):
      unauthorized signer, expired signature/session key, payload mismatch, chain-id, and per-permission
      (trade/transfer) checks.
public_endpoints: >-
  All Market Data RPCs (instrument, ticker, orderbook, trade, candlestick, funding) are public
  (auth_required=false); all Trading RPCs require authentication.

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/blue-square-group-limited-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.