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

Last updated