Preparing search index...
The search index is not available
@cfxdevkit/defillama - v0.2.0
@cfxdevkit/defillama
PoolsResponse
Interface PoolsResponse
Response interface for pools endpoints
interface
PoolsResponse
{
data
:
Pool
[]
;
links
:
{
first
:
string
;
last
:
string
;
next
:
null
|
string
;
prev
:
null
|
string
;
}
;
meta
:
{
total_pages
:
number
;
total_records
:
number
}
;
}
Index
Properties
data
links
meta
Properties
data
data
:
Pool
[]
links
links
:
{
first
:
string
;
last
:
string
;
next
:
null
|
string
;
prev
:
null
|
string
}
meta
meta
:
{
total_pages
:
number
;
total_records
:
number
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
links
meta
@cfxdevkit/defillama - v0.2.0
Loading...
Response interface for pools endpoints