Preparing search index...
The search index is not available
coingecko-api-v3
coingecko-api-v3
HttpResponse
Interface HttpResponse<T>
interface
HttpResponse
<
T
>
{
data
:
T
;
headers
:
{
[
x
:
string
]
:
string
|
string
[]
;
}
;
statusCode
:
number
;
}
Type Parameters
T
Index
Properties
data
headers
status
Code
Properties
data
data
:
T
headers
headers
:
{
[
x
:
string
]
:
string
|
string
[]
;
}
status
Code
status
Code
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
status
Code
coingecko-api-v3
Loading...