PricingApi
Summary
This function will return a list of prices for all the sales that have been made.
This function will return a list of prices for a given product, based on the parameters passed in the uriParametersBuilder.
This function will return a list of prices for the last 30 days.
This function will return a PricesDto
object that contains the prices for the specified date range.
This function will return a list of templates that are available for use.
This function will return a list of templates that are available for the given parameters.
This function will return a list of all the assets that are available for trading on the exchange.
This function will return a list of assets that are available for pricing.
It returns a Uri
object that is the base URI for the sales endpoint.
It returns a URI for the sales endpoint.
It returns a Uri
object that represents the URL for the API endpoint that returns the sales data for the last 30 days.
It returns a URI for the /prices/sales/days
endpoint.
It returns a Uri
object that represents the URL of the API endpoint that returns the list of templates.
It returns a URI for the /prices/templates
endpoint
It returns a Uri
object that points to the /prices/assets
endpoint.
It returns a URI for the /prices/assets
endpoint.
Members
This function will return a list of prices for all the sales that have been made.
Returns
A list of prices for the sales of the product.
This function will return a list of prices for a given product, based on the parameters passed in the uriParametersBuilder.
Parameters
PricingUriParametersBuilder
This is a class that contains the parameters that will be passed to the API.
Returns
A list of prices for the given parameters.
This function will return a list of prices for the last 30 days.
Returns
A list of prices for the last 30 days.
This function will return a PricesDto
object that contains the prices for the specified date range.
Parameters
PricingUriParametersBuilder
This is a class that contains the parameters that are required to make the request.
Returns
A list of prices for the given date range.
This function will return a list of templates that are available for use.
Returns
A list of templates
This function will return a list of templates that are available for the given parameters.
Parameters
PricingUriParametersBuilder
This is a class that contains the parameters that are required to make the request.
Returns
A TemplatesDto object.
This function will return a list of all the assets that are available for trading on the exchange.
Returns
A list of assets.
This function will return a list of assets that are available for pricing.
Parameters
PricingUriParametersBuilder
This is a class that contains all the parameters that can be passed to the API.
Returns
A list of assets.
It returns a Uri
object that is the base URI for the sales endpoint.
It returns a URI for the sales endpoint.
Parameters
IUriParameterBuilder
This is an interface that is used to build the query string parameters for the request.
It returns a Uri
object that represents the URL for the API endpoint that returns the sales data for the last 30 days.
It returns a URI for the /prices/sales/days
endpoint.
Parameters
IUriParameterBuilder
This is an interface that is used to build the query string parameters for the request.
It returns a Uri
object that represents the URL of the API endpoint that returns the list of templates.
It returns a URI for the /prices/templates
endpoint
Parameters
IUriParameterBuilder
This is a class that is used to build the query string parameters for the request.
It returns a Uri
object that points to the /prices/assets
endpoint.
It returns a URI for the /prices/assets
endpoint.
Parameters
IUriParameterBuilder
This is a class that is used to build the query string parameters for the request.
Last updated