API Endpoints
List of NFT API Endpoints For NFT-Base and NFT-Exchange
NFT Base API Endpoints
List of Assets Endpoints
Endpoint
Description
Type
/assets/claim
Claims an asset
POST
List of Burn Endpoints
List of Collection Endpoints
Endpoint
Description
Type
List of Configuration Endpoints
Endpoint
Description
Type
List of Transfer Endpoints
Endpoint
Description
Type
NFT Exchange API Endpoints
List of Auction Endpoints
Endpoint
Description
Type
List of Bid Endpoints
Endpoint
Description
Type
List of Configuration Endpoints
Endpoint
Description
Type
List of Trade Endpoints
Endpoint
Description
Type
NFT Client
Installation
yarn add @protokol/client
pnpm add @protokol/client
npm install @protokol/client
Initialization
import { ProtokolConnection } from "@protokol/client";
const connection = new ProtokolConnection("https://explorer.protokol.sh/api");
Last updated
Was this helpful?