axie-tools
Version:
TypeScript SDK for building Axie Infinity trading bots and AI agents on Ronin network. Programmatic marketplace operations for Axies, Materials, and Consumables (buy/sell/delist), batch transfers, floor price detection, and wallet management. Includes int
4 lines (3 loc) • 307 B
TypeScript
import { Signer, TransactionReceipt } from "ethers";
import { type GasPriceOptions } from "../utils";
export declare function buyMaterialOrder(materialId: string, quantity: number, signer: Signer, accessToken: string, skyMavisApiKey: string, options?: GasPriceOptions): Promise<TransactionReceipt | false>;