@xoxno/sdk-js
Version:
The SDK to interact with the XOXNO Protocol!
11 lines • 515 B
TypeScript
import type { XOXNOClient } from '..';
import type { TradincActivityArgs, TradingActivityResponse } from '../types/trading';
/**
* Fetches the trading activity of the given collections
* @param args - The trading activity arguments
* @param api - The API client
* @returns - The trading activity response
* @throws - If the top is greater than 100
*/
export declare const getActivity: (args: TradincActivityArgs, api: XOXNOClient) => Promise<TradingActivityResponse>;
//# sourceMappingURL=getActivity.d.ts.map