Aquanow CAMS v1.0 (Updated)
  • Welcome
  • Security
    • OAuth2.0
    • API Limits
  • Pagination
  • Webhooks
    • Onboarding
    • Settlements
    • Reports
    • Order
    • Execution
    • Document
  • Market Data
    • Websocket
    • Rest API
      • OHLC
  • API reference
    • Customers
      • Docs
      • Configuration
    • Trades
      • RFQ
    • Orders
    • Executions
    • Settlements
    • Transactions
    • Accounts
      • Credit
      • Balances
      • Configuration
      • Performance
    • Instruments
      • Pairs
      • Assets
    • Custody
      • Balances
      • Allocation
    • Files
    • Webhook
  • Change Log
  • Specification
  • User Guide
    • View Customers
      • Customer Onboarding
      • Upload Onboarding Docs
      • View Customer Account Balances
      • Customer Risk Groups
    • View Customer Trade Activity
    • Manage Team Members
Powered by GitBook
On this page
  1. Security

OAuth2.0

This authentication method is appropriate for granular access controls. The configuration of this authentication method supports scope based access, which ensures that access is only provided on a needs-to-know basis and without exposing credentials.

After authenticating with the OAuth provider and receiving an Access Token, authentication with the platform is as simple as transmitting the access token through the headers of the request.

Authorization: Bearer <Access Token>

The service will then verify this token, extract the identity of the user, and then proceed to process the request.

PreviousSecurityNextAPI Limits

Last updated 10 months ago