---
title: "Get metadata"
method: GET
path: "/metadata"
tags: ["Connection"]
---

# Get metadata

`GET /metadata`

This endpoint retrieves metadata on the exchange itself and useful parameters to interact with the exchange.

## Response `200`

- object
  - `status` string
  - `data` Metadata
    - `executorAddress` string — The executor address for the sx.bet exchange. Use this address for setting the `executor` when posting new orders as a market maker.
    - `oracleFees` object — A mapping from token address to an object of fee tiers (0–3) to fee amounts. Tiers 0 and 1 are 0; tiers 2 and 3 indicate the fees paid on profit. To convert to a readable number, divide by 10^20
    - `sportXAffiliate` object — The default sx.bet affiliate. Currently set to 0 and unused
      - `address` string
      - `amount` string
    - `makerOrderMinimums` object — A mapping from token address to a real token amount indicating the minimum maker order size. To convert into a readable amount, see [the token conversion section](/api-reference/unit-conversion)
    - `takerMinimums` object — A mapping from token address to a real token amount indicating the minimum taker order size. To convert into a readable amount, see [the token conversion section](/api-reference/unit-conversion)
    - `addresses` object — A mapping from network id -> canonical token name -> token address of assets supported by the exchange
    - `domainVersion` string — The domain version used in order signing
    - `EIP712FillHasher` string — The contract address to use as `verifyingContract` in the EIP712 domain when signing fill orders.
    - `TokenTransferProxy` string — Contract address to approve when enabling betting.
    - `bridgeFee` number — Bridge fee amount
    - `oddsLadderStepSize` integer — Odds ladder step size. See [the post a new order section](/api-reference/post-new-order)
    - `depositBridgeFee` number — Default deposit bridge fee
    - `withdrawalBridgeFee` number — Default withdrawal bridge fee
    - `depositBridgeFeeEthereum` number — Bridge fee for Ethereum deposits
    - `minimumDepositAmountEthereum` number — Minimum deposit amount from Ethereum
    - `depositBridgeFeeArbitrum` number — Bridge fee for Arbitrum deposits
    - `minimumDepositAmountArbitrum` number — Minimum deposit amount from Arbitrum
    - `withdrawBridgeFeeArbitrum` number — Bridge fee for Arbitrum withdrawals
    - `popularSports` integer[] — Ordered list of popular sport IDs
    - `leagueOrderingBySport` object — A mapping from sport ID to an ordered list of preferred league IDs
    - `cashoutFee` string — Fee applied on cashout
    - `crosschainFees` object — Cross-chain fee rates by chain ID
    - `chainVersion` string — The current chain version (e.g. `SXR`)

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/sx/apis/sx-bet-api.md) · [All operations](https://skmtc.net/sx/apis/sx-bet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sx/sx-bet-api/versions/eb2c05c3a98e/schema)
