@alembic/fiat-minting-api-sdk
This is a TypeScript SDK for interacting with the Fiat Minting API. It simplifies the process of making requests to the API by providing convenient methods for various operations related to NFTs (Non-Fungible Tokens). These operations include managing and searching for assets, handling collections, and analyzing NFT data.
Installation
To add the @alembic/fiat-minting-api-sdk to your project, you can use npm or yarn:
npm install @alembic/fiat-minting-api-sdk
yarn add @alembic/fiat-minting-api-sdk
Usage
After installation, you can import NftApi
from the SDK in your TypeScript code:
import { FiatMintingApi } from '@alembic/fiat-minting-api-sdk';
Create an instance of FiatMintingApi
and call its methods to interact with the NFT API.
const fiatApi = new FiatMintingApi();