Pool Detail

The pool details contain information about the pool and the positions in the pool

GET:

Copy

/api/v1/floor/pool/detail

Authorization information

There is currently no authorization information disclosed in the API.

Request

Name

Type

Required

Description

collectionAddress

string

true

collection address

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

- 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

- position

array

position List

- pairAddress

string

position address

0xe012baf811cf9c05c408e879c399960d1f305903

- status

int

position status 1: IN_RANGE 2: OUT_OF_RANGE 3: CLOSED

1

Last updated