0xAdventure
  • Overview
  • Product
    • Floorswap
      • USER GUIDE
        • Trading Modes
        • How to Buy NFTs?
        • How to Sell NFTs?
        • How to Set Your Slippage Tolerance?
        • How to Add Liquidity?
        • How to Increase Liquidity?
        • How to Remove Liquidity?
        • How to Manage Liquidity Positions?
        • How to Deposit?
        • How to Withdraw?
        • Fees
      • RISKS
      • TECHNICAL REFERENCE
        • Swap Method
        • Bonding Curve
      • DEVELOPERS
        • APIs
          • FloorSwap API V1.0
            • API Overview
            • Pool List
            • Pool Detail
            • Swap Info
            • Position Info
            • Position List
            • Position History
        • SDKs
          • Foorswap SDK V1.0
            • Pool
            • Position
            • Swap
            • Account
    • Launchpad
    • GAME Swap
    • Cross-chain bridge
    • AI-specialized NFT
    • AI narrative engine
    • AI creative partners
  • Tokenomics
  • Media Kit
Powered by GitBook
On this page
  1. Product
  2. Floorswap
  3. DEVELOPERS
  4. APIs
  5. FloorSwap API V1.0

Pool List

a list of supported NFT trading pairs and corresponding information, 10 results per page

GET:

Copy

/api/v1/floor/pool/list

Authorization information

There is currently no authorization information disclosed in the API.

Request

Name

Type

Required

Description

page

int

false

pagination of the list, default is 1

Response

Name

Type

Description

Example

code

string

result code

200

message

string

the error message

Invalid key

success

boolean

whether the request success

true

data

object

​

​

- totalCount

int

total result

100

- pipeline

array

​

​

- collectionName

string

collection name

Koda (KODA)

- collectionAddress

string

collection address

0xe012baf811cf9c05c408e879c399960d1f305903

- nftsOffer

int

nft reserves

20

- tokensOffer

bigint

token reserves

​

- volume24h

bigint

​24-hour trading volume

​

- floorPrice

bigint

the floor price of the pool

​

- offerPrice

bigint

the offer price of the pool

​

​

PreviousAPI OverviewNextPool Detail

Last updated 12 months ago