Developer Portal
  • Getting Started with CoinPays
    • Getting Started with CoinPays
    • iFrame API Integration Processes
    • Direct API Integration Processes
    • Pay with Link Solution Integration Processes
  • Iframe API
    • Iframe API Before You Start
    • Iframe API Step 1
    • Iframe API Step 2
  • Direct API
    • Direct API Before You Start
    • Direct API Step 1
    • Direct API Step 2
  • Shared API
    • Coins
    • Languages
    • Fiat Currencies
    • Get Payment Details
  • Donations
    • Iframe Donation
    • Stream Donation
  • Detailed Terms and Their Meanings
    • Merchant Details
    • Wallet Address & Networks
    • Merchant Test Mode
Powered by GitBook
On this page
  • Fetching the networks and tokens available for payment
  • The response to the request is in JSON format:
  1. Shared API

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.

PreviousDirect API Step 2NextLanguages

Last updated 10 months ago

Fetching the networks and tokens available for payment

The following information must be sent correctly and mandatorily. If any information is incorrect or all fields are sent empty, the system will not return an error; instead, it will automatically return all supported networks and coins.

Value
Type
Description

merchant_id

string

Your Merchant ID

merchant_key

string

Your Merchant Key

merchant_salt

string

Your Merchant Salt

By making a GET request to the link below, you can instantly find out which networks and tokens are available for payment for your store. You can present this information to your users in a UI format to allow them to select tokens.

The response to the request is in JSON format:

Successful response example:

[
  {
    "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"
  }
],
...
https://app.coinpays.io/shared/coins?merchant_key=&merchant_id=&merchant_salt=