Liquidities

This section give's control and information for the liquidity providers that are working with the system.
Liquidity provider can give quote prices.
Every order created in the system will also be created in the liquidity provider.
Admin logged in - can see,edit and connect to new liquidity providers.
User logged in - don't have access to liquidity providers managment.

List Liquidities

Retrieve a list of all configured liquidities and their fee rules and supported currencies.

Responses
200

Successful response with liquidities data

get/liquidities
Response samples
application/json
{
  • "api_data": {
    }
}

Retrieve liquidity details by liquidity_id

This endpoint returns detailed information about a specific liquidity.

SecurityAuthorization
Request
path Parameters
liquidity_id
required
string

The ID of the liquidity.

Responses
200

Liquidity details successfully retrieved

get/liquidities/{liquidity_id}
Response samples
application/json
{
  • "api_message": "LIQUIDITY_GET_SHOW_SUCCESS",
  • "api_data": {
    }
}