API 1API 2API 3API 4API 5API 6API 7Live ServerFlowsFlows 2Assets

TradFi Endpoints

Users

  • GET /users: Get all users.
  • POST /users: Create a user.
  • GET /users/{id}: Get a user by ID.
  • DEL /users/{id}: Offboard a user.
  • POST /users/{id}: Change user data.
  • EVENT /users/events: Users events.

User Identifiers

  • GET /user-identifiers: Get user identifiers.
  • POST /user-identifiers: Create a user identifier.
  • GET /user-identifiers/{id}: Get a user identifier by ID.
  • PATCH /user-identifiers/{id}: Update a user identifier by ID.

User Checks

  • GET /users/{id}/checks: Get checks for a user.
  • POST /users/{id}/checks: Create a new check for a user.
  • GET /users/{id}/checks/{checkId}: Get a user check by ID.
  • EVENT /users/{id}/checks/events: User checks events.

Accounts

  • GET /users/{id}/accounts: Get user accounts.
  • GET /accounts/{id}: Get account by ID.
  • DEL /accounts/{id}: Close account by ID.
  • PATCH /accounts/{id}: Update account by ID.
  • GET /accounts: Get accounts.
  • POST /accounts: Create an account.
  • EVENT /accounts/events: Account events.

Account Groups

  • GET /users/{id}/account-groups: Get user account groups.
  • GET /account-groups/{id}: Get an account group by ID.
  • DEL /account-groups/{id}: Close an account group by ID.
  • GET /account-groups: Get account groups.
  • POST /account-groups: Create an account group.
  • EVENT /account-groups/events: Account group events.

Taxes

  • GET /tax-residencies: Retrieve tax residencies.
  • POST /tax-residencies: Update tax residencies.

Instruments

  • GET /instruments: List instruments.
  • GET /instruments/{id}: Get instrument.
  • EVENT /instruments/events: Instruments events.

Price Data

  • GET /instruments/{id}/venues: Get instrument venues.
  • GET /instruments/{id}/latest-price: Get instrument latest price.
  • GET /instruments/{id}/ohlc: Get instrument OHLC prices.

Orders

  • GET /accounts/{id}/orders: Get orders for an account by ID.
  • POST /orders: Place an order.
  • GET /orders/{id}: Get an order by ID.
  • DEL /orders/{id}: Cancel an order by ID.
  • GET /orders/{id}/execution: Get an order execution by ID.
  • EVENT /orders/events: Orders events.
  • EVENT /executions/events: Executions events.
  • EVENT /order-cancellations/events: Order Cancellations events.

Upvest