Get Pools
Fetch all the supported Raydium pools information which includes pool reserve information.
Request
Method:
GET ./api/v2/raydium/pools
Parameters:
Parameter
Type
Description
-
-
-
Request example:
Response:
Fields:
Field
Type
Description
pools
[] ProjectPool
See ProjectPool
below for details.
ProjectPool
Field
Type
Description
pool
string
The symbol of the pool.
poolAddress
string
The program address of the pool
token1MintAddress
string
The program address of token 1.
token1MintSymbol
string
The symbol of token 1.
token1Reserves
int64
The amount of the token 1 in its reserve.
token2MintAddress
string
The program address of token 2.
token2MintSymbol
string
The symbol of token 2.
token2Reserves
int64
The amount of the token 2 in its reserve.
Response Example:
Last updated