Config API

Crypto networks habilitadas para operaciones

Lista de redes habilitadas para operaciones

GET /hooks/config/crypto_networks

Request

Headers

Content-Type: application/json
Authorization: <integration-token>
Host: example.org
Cookie: 

Route

GET /hooks/config/crypto_networks

Response

Headers

X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Download-Options: noopen
X-Permitted-Cross-Domain-Policies: none
Referrer-Policy: strict-origin-when-cross-origin
Content-Type: application/json; charset=utf-8
ETag: W/"2b7aa221f2f961adc8e48d30f4f87ec5"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 068940e3-b471-4153-875f-1af5c5baa7d3
X-Runtime: 0.024011
Vary: Origin
Content-Length: 1136

Status

200 OK

Body

{
  "data": [
    {
      "currency_id": "doc",
      "crypto_network": "RSK"
    },
    {
      "currency_id": "rbtc",
      "crypto_network": "RSK"
    },
    {
      "currency_id": "rdoc",
      "crypto_network": "RSK"
    },
    {
      "currency_id": "rdai",
      "crypto_network": "RSK"
    },
    {
      "currency_id": "rusdt",
      "crypto_network": "RSK"
    },
    {
      "currency_id": "usdt",
      "crypto_network": "ETH"
    },
    {
      "currency_id": "dai",
      "crypto_network": "ETH"
    },
    {
      "currency_id": "reth",
      "crypto_network": "ETH"
    },
    {
      "currency_id": "eth",
      "crypto_network": "ETH"
    },
    {
      "currency_id": "usdt",
      "crypto_network": "Tron"
    },
    {
      "currency_id": "dai",
      "crypto_network": "BSC"
    },
    {
      "currency_id": "bitpro",
      "crypto_network": "RSK"
    },
    {
      "currency_id": "rif",
      "crypto_network": "RSK"
    },
    {
      "currency_id": "btc",
      "crypto_network": "Bitcoin"
    },
    {
      "currency_id": "btc",
      "crypto_network": "LN"
    },
    {
      "currency_id": "usdc",
      "crypto_network": "Polygon"
    },
    {
      "currency_id": "matic",
      "crypto_network": "Polygon"
    },
    {
      "currency_id": "dai",
      "crypto_network": "Polygon"
    },
    {
      "currency_id": "dai",
      "crypto_network": "BSC"
    },
    {
      "currency_id": "usdc",
      "crypto_network": "BSC"
    },
    {
      "currency_id": "busd",
      "crypto_network": "BSC"
    },
    {
      "currency_id": "usdt",
      "crypto_network": "BSC"
    },
    {
      "currency_id": "usdc",
      "crypto_network": "Stellar"
    },
    {
      "currency_id": "stellar",
      "crypto_network": "Stellar"
    }
  ]
}