Getting Started

This page is an overview of the API documentation and related resources.

Create Account
click HERE to create your account

After creating your account, access the menu and register your withdrawal wallet

Then access your allocated wallets and generate the wallets of the desired currency

EndPoints

Create invoice:

https://binfinitycrypto.tecnologia2u.com.br/packages/wallets/notify

Request: (POST)


            {
              "id_order": "1", // id of your order in your system
              "price": 100, // in USD
              "price_crypto": 100,
              "login": "your_email",
              "password": "your_password",
              "coin": "USTD_TRC20", 
              "notify_url": "Your_system_url_notify",
            }
            

Response:



            {
              "id": 1, 
              "merchant_id": "USDT_TRC20100",
              "wallet": "a1b2c3d4e5f6g7h8i9",
            }
            
Notify

Notify structure:

With this information, your system will process the information as needed.

Your system will receive

Request: (POST)


            {
                "id":628,
                "id_order":"5103",
                "status":"Paid",
                "price_crypto":158,
                "price_crypto_payed":158,
                "dif":0,
                "hash":"999999999999999999999999",
                "merchant_id":"USDT_TRC20628",
                "node":true
            }