Get Markets
Get all the markets information which supported by Trader API.
Request
Method:
GET ./api/v2/openbook/markets
Parameters:
Parameter | Type | Description |
---|---|---|
- | - | - |
Request example:
Response:
Fields:
Fields | Type | Description |
---|---|---|
| map | See below for details |
Fields | Type | Description |
---|---|---|
| string | Symbol of the market. |
| string | Market program address. |
| string | Token program address of the base token. |
| string | Token program address of the quote token. |
| number | Number of decimals for base token. |
| number | Number of decimals for quote token. |
Response Example:
Last updated