Skip to main content
GET
/
partner
/
exchange
/
markets
List markets
curl --request GET \
  --url https://api.stabyl.com/v1/partner/exchange/markets \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "markets": [
      {
        "base_currency": "USDT",
        "is_active": true,
        "maker_fee_bps": 10,
        "min_base_lot": "1.00",
        "min_notional": "1000.00",
        "pair_id": "USD/NGN",
        "quote_currency": "NGN",
        "taker_fee_bps": 15,
        "tick_size": "0.01"
      }
    ]
  },
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Api-Key
string
header
default:sb_test_your_key
required

API key. Send it in the X-Api-Key header.

Response

List of trading markets

data
object
required

Collection of trading markets available to the account.

status
enum<string>
required
Available options:
success