Docs

BuyWithCryptoHistoryParams

The parameters for getBuyWithCryptoHistory function It takes the wallet history address and optional cursor and page size. for paginated results.

type BuyWithCryptoHistoryParams = {
clientId?: string;
secretKey?: string;
} & Omit<BuyWithCryptoHistoryParamsV5, "client">;