Bitcoin Reserve Address

Fixed Address

Dynamic Address

The Bitcoin deposit address of each merchant is a dynamic address. These addresses can be queried through the contract as follows.

Step 1 : Query FBTC Address of Each Qualified User

  1. Open your web browser and go to this page.

  2. Scroll down to find the method 12. getQualifiedUsers and click to expand it.

  3. Click the Query button to call the getQualifiedUsers method. This will return an array containing all the merchants' FBTC addresses.

Step 2: Query Bitcoin Deposit Address of Each Qualified User

  1. On the same page, find the method 11. getQualifiedUserInfo and click to expand it.

  2. In the input field, enter each merchant's FBTC address obtained from Step 1.

  3. Click the Query button to call the getQualifiedUserInfo method. This will return the detailed information for the merchant, including their corresponding BTC deposit address.

  4. Repeat steps 2 and 3 for each merchant's BTC deposit address.

Last updated