Playdapp Developers V2
  • Introduction
  • Prerequisites
  • QuickStart
  • API Guide
    • Overview
    • Authentication
    • HTTP Status Code
    • Diagrams
      • Basic
      • Shop in Shop
  • API Reference
    • APIs Overview
    • Basic
    • Shop in Shop
      • Base
      • P2E
Powered by GitBook
On this page
  • Category Description
  • APIs Overview
  1. API Reference

APIs Overview

Describes the entire list of APIs related to integration.

PreviousAPI ReferenceNextBasic

Last updated 2 years ago

Category Description

Category
Description

Basic

APIs provided to partners who directly implement wallet linkage and do not use NFT market, burn, staking, and reward functions.

Shop in Shop

APIs provided to partners who want to use Playdapp's Shop-in-Shop service, which provides integrated services such as wallet linkage, NFT market, and user item management (Mint, Burn, Staking, Reward) in the form of a shop-in-shop.

ㄴ Base

APIs provided to partners who want to use Item Manager of PlayDapp's Shop in Shop service that supports functions such as wallet linkage, management of items issued to users, NFT Mint / Burn, etc.

ㄴ P2E

APIs provided to partners who want to use Item Manager of PlayDapp's Shop in Shop service that supports P2E-related functions (staking, reward).

APIs Overview

Category
Feature
Endpoint

Basic

Mint NFT

POST

Basic

List NFT

GET

Basic

Get NFT

GET

Shop in Shop

-

-

ㄴ Base

Get Browser Token

POST

ㄴ Base

Mapping Item

POST

ㄴ Base

List Mapped Item

GET

ㄴ Base

Un-mapping Mapped Item

DELETE

ㄴ P2E

List User's staking information

GET

ㄴ P2E

Reward Payment

POST

/v1/browser/token
/v1/items
/v1/items
/v1/items
/v1/staking
/v1/reward
/v1/nfts
/v1/nfts
/v1/nfts/{nftId}