Naming Reference
Symbol Information
The Bjarkan SOR API uses specific symbol formats to distinguish between markets,
and it supports 4 different financial products: spot
, swap/perpetual
, future
, option
.
Spot Markets
Spot symbols are formatted the following way: BASE/QUOTE
.
Swap/Perpetual Markets
Perpetual symbols are formatted the following way: BASE/QUOTE:MARGIN
.
They consist of:
- The underlying currency
- The quoting currency
- The margin currency
Future Markets
Future symbols are formatted the following way: BASE/QUOTE:SETTLEMENTCURRENCY-SETTLEMENTDATE
.
They consist of:
- The underlying currency
- The quoting currency
- The settlement currency
- The settlement date in
YYMMDD
format
Option Markets
Option symbols are formatted the following way: BASE/QUOTE:SETTLEMENTCURRENCY-SETTLEMENTDATE-STRIKE-TYPE
.
They consist of:
- The underlying currency
- The quoting currency
- The settlement currency
- The settlement date in
YYMMDD
format - The strike price of the option
- The type (either put or call,
P/C
)
Understanding these symbol formats is crucial when using the API, especially when setting up your base configuration or executing orders across different exchanges.