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
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.
https://app.coinpays.io/shared/coins?merchant_key=&merchant_id=&merchant_salt=
The response to the request is in JSON format:
Successful response example:
Last updated