Get Pool Reserves
Fetch the Raydium pool reserves information for the pools user specified.
Request
Method:
GET ./api/v2/raydium/pool-reserves
Parameters:
Parameter | Type | Description |
---|---|---|
| repeated string | A list of target Raydium Pool. Recommend using Pool program ID instead of token symbol. |
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