Pools
Pool management endpoints
get
Authorizations
x-api-keystringRequired
API key for authentication
Query parameters
networkstringRequiredExample:
The address of the blockchain network
arbitrumpagenumberOptionalDefault:
The page number to retrieve
0limitnumberOptionalDefault:
The number of items to return per page
100Responses
200
Successful response
application/json
401
Unauthorized.
403
Forbidden.
408
Request timeout.
429
Too many requests.
500
Internal server error
get
/api/v1/poolsget
Authorizations
x-api-keystringRequired
API key for authentication
Path parameters
poolAddressstringRequiredExample:
0x10dc9E9fB8DB5F51Cb192407D30c71f02433c810Query parameters
networkstringRequiredExample:
The address of the blockchain network
arbitrumResponses
200
Successful response
application/json
401
Unauthorized.
403
Forbidden.
408
Request timeout.
429
Too many requests.
500
Internal server error
get
/api/v1/pools/{poolAddress}Last updated