Skip to content

Get24HrStats does not work #17

@Norris76134

Description

@Norris76134

According to the API this should work and it does. The test explorer fails until this edit is made.
///


/// Get 24 hour stats for a trading pair
///

/// Trading pair
/// TradingPairStats object
public async Task Get24HrStats(string pair)
{
var endpoint = $"/api/v1/market/stats?symbol={pair}";

        return await Get<TradingPairStats>(endpoint, false);
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions