Helpdesk
  • Overview
    • Welcome to Finery Markets
    • About Our Products
      • FM Liquidity Match
        • Master Account
        • Sub-Account
      • FM Pulse
      • White Label solution
  • Product Features
    • Onboarding
    • Risk Management
    • Trading
      • Aggregated Order Book
      • Firm Order Book
      • Pending Limit Orders (GTC)
      • Quote streams
      • RFQ
      • Toxic Flow Protection
      • Markups
      • Authorized trading
      • Non-Deliverable Trading
      • Voice Trading
      • Interdealer Trading
    • Position Management
    • Settlements
      • Automated Settlements
      • Addresses
    • Control Center
      • Multi-Roles
      • Notifications
      • Reporting
      • Bulk Edit
    • Referral program
  • API Reference
    • Quick Start with API
      • For Market Makers
      • For Takers
    • Data Types
    • REST API
      • Client management
        • connectCounterparty
        • cancelConnectionInvite
        • getCounterpartyInfo
        • getSubaccounts
      • Trading
        • Order Book & QS
          • add
          • add (authorized)
          • Pending limit orders
            • add (pending limit order)
            • add (pending limit order) (authorized)
            • del
            • del (authorized)
            • delAll
            • delAll (authorized)
            • orders
            • orders (authorized)
          • mod
          • del
          • delAll
          • book
          • voiceTrade
          • liquidationTrade
          • dealHistory
          • dealHistory (authorized)
          • instruments
          • positions
          • instrumentMarkups
          • addInstrumentMarkups
          • delInstrumentMarkups
          • qs/getAvailableQsProviders
        • RFQ
          • getSettings
          • getSettings (authorized)
          • getUserSettings (authorized)
          • setUserSettings (authorized)
          • getProviders
          • getSessions
      • Settlements
        • settlementRequests
        • settlementOrders
        • settlementTransactions
        • settlementHistory
        • settlementTransactionHistory
        • addIncomingSettlementRequest
        • delIncomingSettlementRequest
        • delIncomingSettlementCPRequest
        • addOutgoingSettlementTransaction
        • addIncomingSettlementTransaction
        • sendSettlementTransaction
        • commitIncomingSettlementTransaction
        • delSettlementTransaction
      • Risk Management
        • climits
        • setCLimit
        • delCLimit
        • enableTrading
        • disableTrading
        • cAssetLimits
        • setCAssetLimit
        • delCAssetLimit
        • cShortSalesBan
        • setShortSalesBan
        • delShortSalesBan
        • enableInstrumentsWhitelist
        • setInstrumentsWhitelist
        • disableInstrumentsWhitelist
        • instrumentsWhitelist
      • Non-deliverable Trading
        • settings/getOvernightRates
        • settings/setOvernightRates
      • QS Stream Management
        • qs/addStream
        • qs/removeStream
        • qs/getStreams
        • qs/addTakerToStream
        • qs/delTakerFromStream
    • Websocket API
      • Feed 'A' - Assets
      • Feed 'P' - Positions
      • Feed 'L' - Counterparty limits
      • Feed 'B' - Global order books
      • Feed 'F' - Tradable order books
      • Feed 'R' - Settlement requests
      • Feed 'N' - Settlement transactions
      • Feed 'K' - Positions
      • Feed 'O' - Orders
      • Feed 'S' - Settlement orders
      • RFQ
      • QS for Liquidity Providers
        • Market Data
        • Trading
      • QS for Takers
        • Market Data
    • FIX API
      • Admin messages
      • Market Data
      • Trade
        • Trading for Takers
        • Trading for LPs and Masters
      • QS for Liquidity Providers
        • Market Data
        • Trading
      • QS for Takers
        • Market Data
    • Troubleshooting Errors
      • List of Error Codes
      • Error 3
      • Error 6
      • Error 7
      • Error 14
Powered by GitBook
On this page
  • How do I make a trade?
  • How do I know how much I can trade?
  • How to perform a settlement?
  • For any additional questions, explore the features on the right
  1. Overview
  2. About Our Products
  3. FM Liquidity Match

Sub-Account

This page is reserved for clients who have been invited to the platform

PreviousMaster AccountNextFM Pulse

Last updated 1 year ago

How do I make a trade?

If you are using GUI, please go to the "Trading". Select or search for the pair you wish to trade. The volume is nominated in the asset you see to be first in the pair. However, if you wish to input the value in the currency the asset is traded against, press "↺"

For the trades via API, please issue yourself a key and refer to the following methods: For REST

To retrieve the book use

To post an order please use

For WS

To retrieve the book use

To post an order please use

How do I know how much I can trade?

The information about total accessible liquidity is available in the "Risk Management" tab or by going into "Trading" section.

How to perform a settlement?

  1. Click on "Positions"

  2. Red means that your client owes you the asset, black means that you owe the asset to the client

  3. Click on the arrow at the end of the row. It will bring you to a Transactions tab (outgoing payment) or Request tab

When you send the asset to your counterparty please perform the settlement on the platform

  1. Click on "Positions"

  2. Click on arrow in the row of the asset colored red

  3. Validate the amount

  4. Press "Send Assets"

  5. Click on the envelope button

  6. Make the actual settlement either from crypto wallet or the bank account

  7. Input the hash / TxID / banking reference that your counterparty may use for validation

  8. Press "Send"

When you request an asset please follow these instructions

  1. Click on "Positions"

  2. Click on arrow in the row of the asset colored red

  3. Validate the amount

  4. Press "Request Assets"

  5. Once your client sends you the assets, you will see an incoming transaction in the "Transactions" tab that you will have to commit upon receiving it

For any additional questions, explore the features on the right

book
add
Feed 'F' - Tradable order books
add