ConfigCurrencies API

Endpoints para autoswap

Lista de monedas y CryptoNetworks

GET /internal/v1/merchants/config_currencies

Request

Headers

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

Route

GET /internal/v1/merchants/config_currencies

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/"d817dce8a763c595cda8c79dba9841fb"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: a4b2fb39-1d55-4ded-a23d-1c300b62510b
X-Runtime: 0.053187
Vary: Origin
Content-Length: 2758

Status

200 OK

Body

{
  "data": {
    "currencies": [
      {
        "id": "ars",
        "name": "ars",
        "icon": null,
        "allow": true
      },
      {
        "id": "cop",
        "name": "cop",
        "icon": null,
        "allow": false
      },
      {
        "id": "crc",
        "name": "crc",
        "icon": null,
        "allow": false
      },
      {
        "id": "pen",
        "name": "pen",
        "icon": null,
        "allow": false
      },
      {
        "id": "usd",
        "name": "usd",
        "icon": null,
        "allow": false
      },
      {
        "id": "uyu",
        "name": "uyu",
        "icon": null,
        "allow": false
      },
      {
        "id": "ves",
        "name": "ves",
        "icon": null,
        "allow": false
      }
    ],
    "crypto_networks": [
      {
        "id": 1,
        "name": "RSK",
        "icon": null,
        "currency_name": "DoC (Dollar on Chain)",
        "currency_icon": null,
        "allow": true
      },
      {
        "id": 2,
        "name": "RSK",
        "icon": null,
        "currency_name": "rBTC (Smart Bitcoin)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 3,
        "name": "RSK",
        "icon": null,
        "currency_name": "rDoC (Rif on Chain)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 4,
        "name": "RSK",
        "icon": null,
        "currency_name": "rDAI (Dai Stablecoin)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 5,
        "name": "RSK",
        "icon": null,
        "currency_name": "rUSDT (Tether)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 6,
        "name": "ETH",
        "icon": null,
        "currency_name": "USDT (Tether)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 7,
        "name": "ETH",
        "icon": null,
        "currency_name": "Dai (Dai Stablecoin)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 8,
        "name": "ETH",
        "icon": null,
        "currency_name": "rETH (Ethereum)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 9,
        "name": "ETH",
        "icon": null,
        "currency_name": "ETH",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 10,
        "name": "Tron",
        "icon": null,
        "currency_name": "USDT (Tether)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 11,
        "name": "BSC",
        "icon": null,
        "currency_name": "USDT (Tether)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 12,
        "name": "BSC",
        "icon": null,
        "currency_name": "Dai (Dai Stablecoin)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 13,
        "name": "RSK",
        "icon": null,
        "currency_name": "BPro (Bitcoin Pro)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 14,
        "name": "RSK",
        "icon": null,
        "currency_name": "RIF",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 15,
        "name": "Bitcoin",
        "icon": null,
        "currency_name": "Bitcoin",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 16,
        "name": "LN",
        "icon": null,
        "currency_name": "Bitcoin",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 17,
        "name": "Polygon",
        "icon": null,
        "currency_name": "USDC",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 18,
        "name": "Polygon",
        "icon": null,
        "currency_name": "Matic",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 19,
        "name": "Polygon",
        "icon": null,
        "currency_name": "Dai (Dai Stablecoin)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 20,
        "name": "BSC",
        "icon": null,
        "currency_name": "Dai (Dai Stablecoin)",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 21,
        "name": "BSC",
        "icon": null,
        "currency_name": "USDC",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 22,
        "name": "BSC",
        "icon": null,
        "currency_name": "BUSD",
        "currency_icon": null,
        "allow": false
      },
      {
        "id": 23,
        "name": "BSC",
        "icon": null,
        "currency_name": "USDT (Tether)",
        "currency_icon": null,
        "allow": false
      }
    ]
  }
}