Get All Currency Pairs
GET
https://api.sfox.com/v1/markets/currency-pairs
Retrieve a list of currency pairs available to trade in your account.
Response Body
Each trading pair is represented as a key-value object where the key is the lowercase concatenated symbol (e.g., "btcusd") and contains detailed information about the trading pair. Each trading pair object contains the following fields:
Key | Description |
---|---|
| A human-readable representation of the trading pair using standard notation (e.g., |
| The lowercase concatenated version of the trading pair used as an identifier (e.g., |
| The base currency of the trading pair (e.g., |
| The quote currency of the trading pair (e.g., |
Responses
Example Requests
Last updated