Pairs
Retrieve details of all available trading pairs on Vertex, including corresponding base and quote.
Request
GET [GATEWAY_V2_ENDPOINT]/pairs?market={spot|perp}
Request Parameters
Parameter
Type
Required
Description
market
string
No
Indicates the corresponding market to fetch trading pairs for. Allowed values are: spot
and perp
. When no market
param is provided, it returns all available pairs.
Response
Response Fields
Field name
Type
Nullable
Description
ticker_id
string
No
Identifier of a ticker with delimiter to separate base/target.
base
string
No
Symbol of the base asset.
quote
string
No
Symbol of the target asset.
Last updated