Coins
On this page, you can access the necessary information to use the direct API and list the crypto networks and tokens integrated into your system according to your own design.
Fetching the networks and tokens available for payment
Value
Type
Description
The response to the request is in JSON format:
[
{
"name": "AREA Coin",
"code": "AREA",
"image": "https://app.coinpays.io/assets/img/coins/areon.png",
"network": "AREON",
"minimum_payment": 15.33742331,
"last_update": "2024-06-28 14:32:26"
},
{
"name": "Bitcoin",
"code": "BTCB",
"image": "https://app.coinpays.io/assets/img/coins/bep20/btc.png",
"network": "BEP-20",
"minimum_payment": 0.00001629,
"last_update": "2024-06-28 14:31:55"
}
],
...Last updated