Skip to main content
GET
/
metadata
Get metadata
curl --request GET \
  --url https://api.sx.bet/metadata
{
  "status": "success",
  "data": {
    "executorAddress": "0x52adf738AAD93c31f798a30b2C74D658e1E9a562",
    "oracleFees": {
      "0x6629Ce1Cf35Cc1329ebB4F63202F3f197b3F050B": {
        "0": "0",
        "1": "0",
        "2": "5000000000000000000",
        "3": "5000000000000000000"
      },
      "0x3E96B0a25d51e3Cc89C557f152797c33B839968f": {
        "0": "0",
        "1": "0",
        "2": "5000000000000000000",
        "3": "5000000000000000000"
      }
    },
    "sportXAffiliate": {
      "address": "0x0000000000000000000000000000000000000000",
      "amount": "0"
    },
    "makerOrderMinimums": {
      "0x6629Ce1Cf35Cc1329ebB4F63202F3f197b3F050B": "10000000",
      "0x3E96B0a25d51e3Cc89C557f152797c33B839968f": "30000000000000000000"
    },
    "takerMinimums": {
      "0x6629Ce1Cf35Cc1329ebB4F63202F3f197b3F050B": "1000000",
      "0x3E96B0a25d51e3Cc89C557f152797c33B839968f": "30000000000000000000"
    },
    "addresses": {
      "4162": {
        "USDC": "0x6629Ce1Cf35Cc1329ebB4F63202F3f197b3F050B",
        "WSX": "0x3E96B0a25d51e3Cc89C557f152797c33B839968f"
      }
    },
    "EIP712FillHasher": "0x845a2Da2D70fEDe8474b1C8518200798c60aC364",
    "TokenTransferProxy": "0x38aef22152BC8965bf0af7Cf53586e4b0C4E9936",
    "oddsLadderStepSize": 125,
    "bridgeFee": 1,
    "depositBridgeFee": 0,
    "withdrawalBridgeFee": 0,
    "depositBridgeFeeEthereum": 1,
    "minimumDepositAmountEthereum": 10,
    "depositBridgeFeeArbitrum": 0.1,
    "minimumDepositAmountArbitrum": 5,
    "withdrawBridgeFeeArbitrum": 0,
    "popularSports": [
      6,
      1,
      5
    ],
    "leagueOrderingBySport": {
      "1": [
        1,
        2
      ],
      "8": [
        243,
        246
      ]
    },
    "cashoutFee": "0",
    "crosschainFees": {
      "137": 0.03,
      "42161": 0.03,
      "80094": 0.03
    },
    "chainVersion": "SXR",
    "domainVersion": "6.0"
  }
}
This a sample response. Visit https://api.sx.bet/metadata for up-to-date info.

Response

status
string
Example:

"success"

data
object