NFT Trader
Ask or search…
K
Comment on page

Initialization

Initialize the SDK inside your application.
This SDK library can be used with Node.js or with your SPA and can be implemented with Javascript or Typescript.
Actually there is no way to implement this SDK inside a standard browser page (plain HTML + Javascript). You can use the SDK inside a Single Page Application (Angular, React, Next.js and so on).
Before to implement the SDK inside your project, you should request an API key here.

CommonJS usage

const SDK = require('@nfttrader-io/sdk')

Import statement

import * as SDK from "@nfttrader-io/sdk"
Last modified 4mo ago