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
market
map
See below for details
Fields
Type
Description
market
string
Symbol of the market.
address
string
Market program address.
baseMint
string
Token program address of the base token.
quoteMint
string
Token program address of the quote token.
baseDecimals
number
Number of decimals for base token.
quoteDecimals
number
Number of decimals for quote token.
Response Example:
Last updated