List Supported Coins
Dive into the specifics of each API endpoint by checking out our complete documentation.
All about Coins
List supported coins
Name
Type
Description
Name
Type
Description
Last updated
Dive into the specifics of each API endpoint by checking out our complete documentation.
Last updated
POST /api/merchant/coins HTTP/1.1
Host: kriptopay.com
Authorization: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 18
"merchant_id=''"[
{
"name": "Bitcoin",
"short": "BTC",
"is_active": true,
"networks": [
{
"name": "Binance Smart Chain",
"short": "BSC",
"label": "BEP20",
"tag_status": "DISABLED",
"withdraw_enable": true
}
]
}
][
{
"name": "Bitcoin",
"short": "BTC",
"is_active": true,
"networks": [
{
"name": "Binance Smart Chain",
"short": "BSC",
"label": "BEP20",
"tag_status": "DISABLED",
"withdraw_enable": true
}
]
}
]{
"success": false,
"type": "client_error",
"code": "authentication_failed",
"error": "Invalid merchant ID or Apikey combination"
}{
"success": false,
"type": "client_error",
"code": "method_not_allowed",
"error": "Method \"POST\" not allowed."
}