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 |
---|---|---|
| [] | See |
ProjectPool
Field | Type | Description |
---|---|---|
| string | The symbol of the pool. |
| string | The program address of the pool |
| string | The program address of token 1. |
| string | The symbol of token 1. |
| int64 | The amount of the token 1 in its reserve. |
| string | The program address of token 2. |
| string | The symbol of token 2. |
| int64 | The amount of the token 2 in its reserve. |
Response Example:
Last updated