AssetsApi
Last updated
Last updated
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 based on the parameters passed in.
This function will return an AssetDto object from the API.
This function returns the statistics of an asset.
This function returns a list of logs for a given asset.
This function returns a list of logs for a given asset.
It returns a Uri object that represents the assets endpoint.
It takes an AssetsUriParameterBuilder object and returns a Uri object.
It returns a URI for the specified asset ID.
It returns a URI for the asset stats endpoint.
It returns a Uri object that points to the logs for a given asset.
It builds the URI for the asset logs.
public
()
This function will return a list of all the assets that are available for trading on the exchange.
A list of assets.
This function will return a list of assets based on the parameters passed in.
AssetsUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A list of assets.
This function will return an AssetDto object from the API.
assetId
The id of the asset you want to retrieve.
An AssetDto object
This function returns the statistics of an asset.
assetId
The asset id of the asset you want to get the stats for.
A StatsDto object
This function returns a list of logs for a given asset.
assetId
The asset id of the asset you want to get the logs for.
A list of logs for the asset.
This function returns a list of logs for a given asset.
assetId
The id of the asset you want to get logs for.
AssetsUriParameterBuilder
This is a class that contains all the parameters that can be passed to the API.
A list of logs for the asset.
It returns a Uri object that represents the assets endpoint.
It takes an AssetsUriParameterBuilder object and returns a Uri object.
AssetsUriParameterBuilder
A class that builds the query string for the assets endpoint.
It returns a URI for the specified asset ID.
assetId
The ID of the asset you want to retrieve.
It returns a URI for the asset stats endpoint.
assetId
The ID of the asset you want to get stats for.
It returns a Uri object that points to the logs for a given asset.
assetId
The ID of the asset you want to get logs for.
It builds the URI for the asset logs.
assetId
The ID of the asset you want to get logs for.
AssetsUriParameterBuilder
This is a class that builds the query string parameters for the request.
public
()
public
(
assetsUriParameterBuilder)
public
(string assetId)
public
(string assetId)
public
(string assetId)
public
(string assetId,
assetsUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
assetsUriParameterBuilder)
private Uri
(string assetId)
private Uri
(string assetId)
private Uri
(string assetId)
private Uri
(string assetId,
assetsUriParameterBuilder)
public
(
assetsUriParameterBuilder)
public
(string assetId)
public
(string assetId)
public
(string assetId)
public
(string assetId,
assetsUriParameterBuilder)
private readonly string
private Uri
()
private Uri
(
assetsUriParameterBuilder)
private Uri
(string assetId)
private Uri
(string assetId)
private Uri
(string assetId)
private Uri
(string assetId,
assetsUriParameterBuilder)