Skip to main content
GET
/
crypto
/
products
List available crypto products
curl --request GET \
  --url http://api.contabull.com/crypto/products
[
  {
    "symbol": "usdt",
    "settlement": "instant",
    "supportedNetworks": [
      "ethereum"
    ],
    "purchaseLimits": {
      "min": 0,
      "max": null
    }
  }
]

Response

default - application/json
symbol
enum<string>
required

Cryptocurrency symbol available for trading

Available options:
usdt,
usdc,
trx,
eth
settlement
enum<string>
required

Settlement schedule for this product

Available options:
instant,
d0d0,
d1d1,
d2d2
supportedNetworks
enum<string>[]
required

Blockchain networks where this crypto can be delivered

purchaseLimits
object
required

Amount constraints for this product