Skip to main content
GET
/
currencies
/
tradeable
Get Tradable Currencies
curl --request GET \
  --url https://api.obiex.finance/v1/currencies/tradeable
{
  "message": "Ok",
  "data": [
    {
      "id": "994487d0-b233-4334-92e7-845c0c70b612",
      "active": true,
      "name": "ApeCoin",
      "code": "APE",
      "receivable": false,
      "withdrawable": false,
      "transferrable": true,
      "minimumWithdrawal": 0,
      "maximumWithdrawal": 10000,
      "maximumDecimalPlaces": 8,
      "minimumLiquidity": 0,
      "withdrawalFee": 0,
      "receiveFee": 0,
      "type": "CRYPTO",
      "leverageType": null,
      "receiveFeeType": "PERCENTAGE",
      "withdrawalFeeType": "PERCENTAGE",
      "sourcePairs": [
        {
          "id": "a0c9af09-5a33-4356-b052-31da190a9059",
          "active": true,
          "sourceId": "994487d0-b233-4334-92e7-845c0c70b612",
          "targetId": "527cbb88-9ea5-4bf7-b542-25be4a3d04cf",
          "isSellable": true,
          "isBuyable": true,
          "isLeverage": false,
          "target": {
            "id": "527cbb88-9ea5-4bf7-b542-25be4a3d04cf",
            "createdAt": "2021-06-07T21:58:40.572Z",
            "updatedAt": "2022-05-13T15:36:02.819Z",
            "active": true,
            "name": "Tether",
            "code": "USDT",
            "exchangeCode": null,
            "leverageBaseCurrencyCode": null,
            "leverageMultipler": null,
            "cardWithdrawalMultiplier": 1,
            "cardFundingMultiplier": 1,
            "receivable": true,
            "withdrawable": true,
            "transferrable": true,
            "minimumWithdrawal": 0,
            "maximumWithdrawal": 1000000,
            "maximumDecimalPlaces": 4,
            "minimumLiquidity": 100000,
            "withdrawalFee": 0,
            "receiveFee": 0,
            "type": "STABLE",
            "leverageType": null,
            "receiveFeeType": "PERCENTAGE",
            "withdrawalFeeType": "PERCENTAGE"
          }
        },
        {
          "id": "003707ed-bc93-474f-b1c5-1b0c88f40156",
          "createdAt": "2022-03-20T09:16:08.734Z",
          "updatedAt": "2022-03-20T12:40:04.858Z",
          "active": true,
          "sourceId": "994487d0-b233-4334-92e7-845c0c70b612",
          "targetId": "5746dfdf-6432-44e2-954d-b778b979e53b",
          "isSellable": true,
          "isBuyable": true,
          "isLeverage": false,
          "target": {
            "id": "5746dfdf-6432-44e2-954d-b778b979e53b",
            "createdAt": "2021-06-07T21:58:40.609Z",
            "updatedAt": "2021-11-01T15:05:37.701Z",
            "active": true,
            "name": "USD Coin",
            "code": "USDC",
            "exchangeCode": null,
            "leverageBaseCurrencyCode": null,
            "leverageMultipler": null,
            "cardWithdrawalMultiplier": 1,
            "cardFundingMultiplier": 1,
            "receivable": true,
            "withdrawable": true,
            "transferrable": true,
            "minimumWithdrawal": 0,
            "maximumWithdrawal": 5000000,
            "maximumDecimalPlaces": 4,
            "minimumLiquidity": 50000,
            "withdrawalFee": 0,
            "receiveFee": 0,
            "type": "STABLE",
            "leverageType": null,
            "receiveFeeType": "PERCENTAGE",
            "withdrawalFeeType": "PERCENTAGE"
          }
        }
      ]
    }
  ]
}

Response

200 - application/json

Get All Currencies

message
string
data
object[]