BEAM4ME Ecommerce Solution
Simple
•
Fast
•
Private
•
No registration
Do you want to add BEAM to your service? It's very simple!
• You just need to generate one link and redirect user to it
https://beam4.me/pay?from_curr=BEAM&to_curr=BTC&destination=[BTC_ADDRESS]&ordered_amount=[BTC_AMOUNT]&source=[MY_SERVICE]&source_link=[MY_SERVICE_LINK]
Example:
https://beam4.me/pay?from_curr=BEAM&to_curr=BTC&destination=3QVqpztjTXrfDCDaQiaVanHyjW6yGsWTRd&ordered_amount=0.01&source=beam4.me&source_link=https://beam4.me
Where:
• from_curr - currency you want to send [BEAM]
• to_curr - currency you want to receive [BTC]
• destination - address of currency you want to receive [BTC_ADDRESS]
• ordered_amount - amount of currency you want to receive
• source - name of your service
• source_link - link to your service
• to_curr - currency you want to receive [BTC]
• destination - address of currency you want to receive [BTC_ADDRESS]
• ordered_amount - amount of currency you want to receive
• source - name of your service
• source_link - link to your service
After redirecting the user, will need to enter the refund address.


Exchange Rates
curl -X GET https://beam4.me/exchange_rates
{ "BEAM-BTC": 0.00001507, "BTC-BEAM": 60459.49214027 }
Limits
curl -X GET https://beam4.me/order/limits/BEAM/BTC
{ "from_curr": { "max":4087.01384311, "min":65.91957811 }, "to_curr": { "max":0.062, "min":0.001 } }
curl -X GET https://beam4.me/order/limits/BTC/BEAM
{ "from_curr": { "max":0.062, "min":0.001 }, "to_curr": { "max":3748.4885127, "min":60.45949214 } }