### Create Invoice Response Example Source: https://api.coinremitter.com/docs/v1/ZANO This is an example of a successful response when creating an invoice. It includes details like the invoice ID, URLs, amounts, and status. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "invoice_id": "0wBxxxx", "url": "https://invoice.coinremitter.com/view/view/674edd35765xxxxxxxxxxxxxx", "total_amount": { "ZANO": "0.03000000", "USD": "10.6293" }, "paid_amount": { "ZANO": "0.01000000", "USD": "3.5431" }, "usd_amount": "10.63", "amount": "0.03000000", "conversion_rate": { "USD_ZANO": "0.00282239", "ZANO_USD": "354.31000000" }, "fiat_currency": "", "coin": "Zano", "coin_symbol": "ZANO", "name": "ZANO-wallet", "description": "", "wallet_name": "ZANO-wallet", "wallet_id": "673d6a3fdfxxxxxxxxxxxxxx", "merchant_id": "6746c765xxxxxxxxxxxxxx", "status": "Pending", "status_code": 0, "payment_history": [], "success_url": "", "fail_url": "", "notify_url": "", "expire_on": "", "expire_on_timestamp": "", "invoice_date": "2024-12-03 10:41:13", "custom_data1": "", "custom_data2": "", "invoice_timestamp": 1733222473000, "delete_after": "2025-06-01 10:41:13", "delete_after_timestamp": 1748774473000, "last_updated_date": "2024-12-03 10:41:13", "last_updated_date_timestamp": 1733222473000 } } ``` -------------------------------- ### Withdrawal Response Example Source: https://api.coinremitter.com/docs/v1/ZANO This is an example of a successful response after initiating a withdrawal. It includes transaction details such as ID, fees, and destination address. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://explorer.zano.org/transaction/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "amount": "1.00000000", "transaction_fees": "0.10000000", "processing_fees": "0.01000000", "total_amount": "1.11000000", "to_address": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "wallet_id": "6746c765xxxxxxxxxxxxxx", "wallet_name": "ZANO-wallet", "coin_symbol": "ZANO", "coin": "Zano", "date": "2024-12-03 10:28:05", "transaction_timestamp": 1733221685000, "remaining_withdraw_limit_24h": "49" } } ``` -------------------------------- ### DOGE API Response Example Source: https://api.coinremitter.com/docs/v1/DOGE This is an example of the JSON response received from the DOGE API, detailing order and payment information. ```json { "widget_id": "xYLxxxxxxx", "widget_name": "Pricing Widget", "order_id": "RHWxxxxxxx", "plan_name": "Growth", "wallet_name": "DOGE-wallet", "wallet_id": "6746c765xxxxxxxxxxxxxx", "widget_type": "pricing", "coin": "DogeCoin", "coin_symbol": "DOGE", "crypto_amount": "0.1", "unit_crypto_amount": "0.1", "fiat_amount": "99", "unit_fiat_amount": "99", "usd_amount": "99", "crypto_currency": "DOGE", "fiat_currency": "USD", "paid_crypto_amount": "0.1", "paid_fiat_amount": "99", "order_data": { "email_address": "jyxxxx@ouxxxok.com", "phone_number": "4155550132", "phone_number_code": "+1" }, "expire_on": "2025-01-25 11:17:12", "expire_on_timestamp": "1737784032", "status_code": "2", "status": "Under Paid", "payment_history": [ { "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://blockchair.com/dogecoin/transaction/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "amount": "0.1", "confirmation": "8", "required_confirmations": "3" "date": "2025-02-05 11:32:58", "date_timestamp": "1738735378" } ], "order_date": "2025-01-25 10:17:12", "order_timestamp": "1737780432" } ``` -------------------------------- ### USDTERC20 Invoice Response Example Source: https://api.coinremitter.com/docs/v1/USDTERC20 This is an example of a successful response when creating or retrieving an invoice. It includes details about amounts, conversion rates, and payment history. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "invoice_id": "FJkxxxx", "url": "https://invoice.coinremitter.com/view/view/674edd35765xxxxxxxxxxxxxx", "total_amount": { "USDTERC20": "0.03000000", "USD": "10.6293" }, "paid_amount": { "USDTERC20": "0.01000000", "USD": "3.5431" }, "usd_amount": "10.63", "amount": "0.03000000", "conversion_rate": { "USD_USDTERC20": "0.00282239", "USDTERC20_USD": "354.31000000" }, "fiat_currency": "", "coin": "Tether USD ERC20", "coin_symbol": "USDTERC20", "name": "USDTERC20-wallet", "description": "", "wallet_name": "USDTERC20-wallet", "wallet_id": "673d6a3fdfxxxxxxxxxxxxxx", "merchant_id": "6746c765xxxxxxxxxxxxxx", "payment_history": [ { "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://etherscan.io/tx/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?from=coinremitter", "amount": "0.01000000", "date": "2024-11-20 05:34:41", "confirmation": 5, "required_confirmations": 3 } ], "status": "Under Paid", "status_code": 2, "success_url": "", "fail_url": "", "notify_url": "", "expire_on": "", "expire_on_timestamp": "", "invoice_date": "2024-11-20 05:33:57", "custom_data1": "", "custom_data2": "", "invoice_timestamp": 1732080837000, "delete_after": "2025-05-19 05:33:57", "delete_after_timestamp": 1747632837000, "last_updated_date": "2024-12-03 10:41:13", "last_updated_date_timestamp": 1733222473000 } } ``` -------------------------------- ### DOGE Payment Response Example Source: https://api.coinremitter.com/docs/v1/DOGE This is an example of a successful payment response for a DOGE transaction, detailing order information, payment history, and status. ```json { "widget_id": "xYLxxxxxxx", "widget_name": "Digital Store", "widget_type": "Payment Page", "order_id": "RHWxxxxxxx", "wallet_name": "DOGE-wallet", "wallet_id": "6746c765xxxxxxxxxxxxxx", "coin": "DogeCoin", "coin_symbol": "DOGE", "crypto_amount": "0.1", "fiat_amount": "99", "usd_amount": "99", "crypto_currency": "DOGE", "fiat_currency": "USD", "paid_crypto_amount": "0.1", "paid_fiat_amount": "99", "order": { "customer" : { "email_address": "jyxxxx@ouxxxok.com", "phone_number": "41555xxxxxx", "phone_number_code": "+1" }, "products" : [ { "id": "6448c765xxxxxxxxxxxxxx", "name": "iphone 16", "quantity": "1", "fiat_unit_price": "799", "crypto_unit_price": "0.1", "remaining_quantity": "50" } ] }, "goal": { "type":"supporter based", "target":"500", "target_achieved":"450", "supporters":"100", "end_date":"2025-05-29 12:00", "end_date_timestamp":"1748500200" }, "expire_on": "2025-01-25 11:17:12", "expire_on_timestamp": "1737784032", "status_code": "1", "status": "Paid", "payment_history": [ { "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://blockchair.com/dogecoin/transaction/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "amount": "0.1", "confirmation": "8", "required_confirmations": "3", "date": "2025-02-05 11:32:58", "date_timestamp": "1738735378" } ], "page_expiry": "2025-10-25 10:00:00", "page_expiry_timestamp": "1761366600", "order_date": "2025-01-25 10:17:12", "order_timestamp": "1737780432" } ``` -------------------------------- ### Transaction Response Example Source: https://api.coinremitter.com/docs/v1/ZANO This is an example of a successful response when sending a transaction. It includes transaction details such as ID, TXID, confirmations, status, and explorer URL. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "confirmations": 5, "required_confirmations": 3, "status": "confirm", "status_code": 1, "explorer_url": "https://explorer.zano.org/transaction/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?from=coinremitter", "type": "receive", "coin": "Zano", "coin_symbol": "ZANO", "wallet_id": "6746c765xxxxxxxxxxxxxx", "wallet_name": "ZANO-wallet", "address": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "label": "ZANO1", "amount": "1.00000000", "date": "2024-12-02 09:18:55", "transaction_timestamp": 1733131135000 } } ``` -------------------------------- ### Supported Currencies Response Example Source: https://api.coinremitter.com/docs/v1/BCH This is an example of the JSON response received when querying the /supported/currency endpoint. It details various cryptocurrencies, their network information, minimum deposit amounts, current prices, and fee configurations. ```json { "success": true, "data": [ { "coin": "Bitcoin", "coin_symbol": "BTC", "network_name": "Bitcoin Network", "explorer_url": "https://www.blockchain.com/explorer/transactions/btc/", "logo": "https://cdn.coinremitter.com/assets/images/coins/32x32/BTC.png", "minimum_deposit_amount": "0.00001", "price_in_usd": "63768", "fees": { "low": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.23", "processing_fee": "0.23", "transaction_fee_with_gasstation": "0.002", "processing_fee_with_gasstation": "0.002" }, "medium": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.003", "processing_fee": "0.35", "transaction_fee_with_gasstation": "0.002", "processing_fee_with_gasstation": "0.002" }, "priority": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.005", "processing_fee": "0.5", "transaction_fee_with_gasstation": "0.003", "processing_fee_with_gasstation": "0.003" } } }, { "coin": "Tether USD ERC20", "coin_symbol": "USDTERC20", "network_name": "USDT ERC20 Network", "explorer_url": "https://etherscan.io/tx/", "logo": "https://cdn.coinremitter.com/assets/images/coins/32x32/USDTERC20.png", "minimum_deposit_amount": "3.1", "price_in_usd": "1", "fees": { "low": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.23", "processing_fee": "0.23", "transaction_fee_with_gasstation": "0.0003", "processing_fee_with_gasstation": "0.22" }, "medium": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.002", "processing_fee": "0.24", "transaction_fee_with_gasstation": "0.0003", "processing_fee_with_gasstation": "0.23" }, "priority": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.003", "processing_fee": "0.2", "transaction_fee_with_gasstation": "0.0004", "processing_fee_with_gasstation": "0.23" } } }, { "coin": "Ethereum", "coin_symbol": "ETH", "network_name": "Ethereum Coin Network", "explorer_url": "https://etherscan.io/tx/", "logo": "https://cdn.coinremitter.com/assets/images/coins/32x32/ETH.png", "minimum_deposit_amount": "0.00012", "price_in_usd": "2737.98", "fees": { "low": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.00023", "processing_fee": "0.00023", "transaction_fee_with_gasstation": "0.0003", "processing_fee_with_gasstation": "0.12" }, "medium": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.0001", "processing_fee": "0.0009", "transaction_fee_with_gasstation": "0.0004", "processing_fee_with_gasstation": "0.16" }, "priority": { "transaction_fees_type": "flat", "processing_fees_type": "percentage", "transaction_fee": "0.003", "processing_fee": "0.3", "transaction_fee_with_gasstation": "0.0005", "processing_fee_with_gasstation": "0.2" } } } ] } ``` -------------------------------- ### Invoice Get Response Example Source: https://api.coinremitter.com/docs/v1/ETH This JSON object represents a successful response when retrieving invoice details. It includes payment status, amounts, conversion rates, and payment history. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "invoice_id": "FJkxxxx", "url": "https://invoice.coinremitter.com/view/view/674edd35765xxxxxxxxxxxxxx", "total_amount": { "ETH": "0.03000000", "USD": "10.6293" }, "paid_amount": { "ETH": "0.01000000", "USD": "3.5431" }, "usd_amount": "10.63", "amount": "0.03000000", "conversion_rate": { "USD_ETH": "0.00282239", "ETH_USD": "354.31000000" }, "fiat_currency": "", "coin": "Ethereum", "coin_symbol": "ETH", "name": "ETH-wallet", "description": "", "wallet_name": "ETH-wallet", "wallet_id": "673d6a3fdfxxxxxxxxxxxxxx", "merchant_id": "6746c765xxxxxxxxxxxxxx", "payment_history": [ { "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://etherscan.io/tx/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?from=coinremitter", "amount": "0.01000000", "date": "2024-11-20 05:34:41", "confirmation": 5, "required_confirmations": 3 } ], "status": "Under Paid", "status_code": 2, "success_url": "", "fail_url": "", "notify_url": "", "expire_on": "", "expire_on_timestamp": "", "invoice_date": "2024-11-20 05:33:57", "custom_data1": "", "custom_data2": "", "invoice_timestamp": 1732080837000, "delete_after": "2025-05-19 05:33:57", "delete_after_timestamp": 1747632837000, "last_updated_date": "2024-12-03 10:41:13", "last_updated_date_timestamp": 1733222473000 } } ``` -------------------------------- ### USDC ERC20 Transaction Response Example Source: https://api.coinremitter.com/docs/v1/USDCERC20 This is an example of a successful response when a USDC ERC20 transaction is processed. ```JSON { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "confirmations": 5, "required_confirmations": 3, "status": "confirm", "status_code": 1, "explorer_url": "https://etherscan.io/tx/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?from=coinremitter", "type": "receive", "coin": "USDC ERC20", "coin_symbol": "USDCERC20", "wallet_id": "6746c765xxxxxxxxxxxxxx", "wallet_name": "USDCERC20-wallet", "address": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "label": "USDCERC201", "amount": "1.00000000", "date": "2024-12-02 09:18:55", "transaction_timestamp": 1733131135000 } } ``` -------------------------------- ### Get Supported Currencies Source: https://api.coinremitter.com/docs/v1/ZANO Use this endpoint to retrieve a list of all supported currencies, including their symbols, network details, explorer URLs, logos, minimum deposit amounts, prices in USD, and fee structures. ```bash curl --request POST \ --url https://api.coinremitter.com/v1/supported/currency ``` -------------------------------- ### Pricing Widget Response Example Source: https://api.coinremitter.com/docs/v1/USDTTRC20 This JSON object represents the response received for a pricing widget, detailing order information, wallet details, amounts in various currencies, and payment status. ```json { "widget_id": "xYLxxxxxxx", "widget_name": "Pricing Widget", "order_id": "RHWxxxxxxx", "plan_name": "Growth", "wallet_name": "USDTTRC20-wallet", "wallet_id": "6746c765xxxxxxxxxxxxxx", "widget_type": "pricing", "coin": "Tether USD TRC20", "coin_symbol": "USDTTRC20", "crypto_amount": "0.1", "unit_crypto_amount": "0.1", "fiat_amount": "99", "unit_fiat_amount": "99", "usd_amount": "99", "crypto_currency": "USDTTRC20", "fiat_currency": "USD", "paid_crypto_amount": "0.1", "paid_fiat_amount": "99", "order_data": { "email_address": "jyxxxx@ouxxxok.com", "phone_number": "4155550132", "phone_number_code": "+1" }, "expire_on": "2025-01-25 11:17:12", "expire_on_timestamp": "1737784032", "status_code": "2", "status": "Under Paid", "payment_history": [ { "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://tronscan.io/#/transaction/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "amount": "0.1", "confirmation": "8", "required_confirmations": "3", "date": "2025-02-05 11:32:58", "date_timestamp": "1738735378" } ], "order_date": "2025-01-25 10:17:12", "order_timestamp": "1737780432" } ``` -------------------------------- ### USDTERC20 Transaction Response Example Source: https://api.coinremitter.com/docs/v1/USDTERC20 This is an example of a successful response when a USDTERC20 transaction is processed. It includes transaction details, confirmations, and status. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "confirmations": 5, "required_confirmations": 3, "status": "confirm", "status_code": 1, "explorer_url": "https://etherscan.io/tx/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?from=coinremitter", "type": "receive", "coin": "Tether USD ERC20", "coin_symbol": "USDTERC20", "wallet_id": "6746c765xxxxxxxxxxxxxx", "wallet_name": "USDTERC20-wallet", "address": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "label": "USDTERC201", "amount": "1.00000000", "date": "2024-12-02 09:18:55", "transaction_timestamp": 1733131135000 } } ``` -------------------------------- ### BNB API Response Example Source: https://api.coinremitter.com/docs/v1/BNB This is an example of a typical response received from the BNB API, detailing order information and payment status. ```json { "widget_id": "xYLxxxxxxx", "widget_name": "Pricing Widget", "order_id": "RHWxxxxxxx", "plan_name": "Growth", "wallet_name": "BNB-wallet", "wallet_id": "6746c765xxxxxxxxxxxxxx", "widget_type": "pricing", "coin": "Binance Coin", "coin_symbol": "BNB", "crypto_amount": "0.1", "unit_crypto_amount": "0.1", "fiat_amount": "99", "unit_fiat_amount": "99", "usd_amount": "99", "crypto_currency": "BNB", "fiat_currency": "USD", "paid_crypto_amount": "0.1", "paid_fiat_amount": "99", "order_data": { "email_address": "jyxxxx@ouxxxok.com", "phone_number": "4155550132", "phone_number_code": "+1" }, "expire_on": "2025-01-25 11:17:12", "expire_on_timestamp": "1737784032", "status_code": "2", "status": "Under Paid", "payment_history": [ { "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://bscscan.com/tx/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "amount": "0.1", "confirmation": "8", "required_confirmations": "3", "date": "2025-02-05 11:32:58", "date_timestamp": "1738735378" } ], "order_date": "2025-01-25 10:17:12", "order_timestamp": "1737780432" } ``` -------------------------------- ### Fiat to Crypto Rate Response Example Source: https://api.coinremitter.com/docs/v1/ZANO Example response when fetching fiat to crypto exchange rates. It includes cryptocurrency short names, full names, and their prices. ```json { "success": true, "data": [ { "short_name": "ETH", "name": "Ethereum", "price": "0.01826164" }, { "short_name": "BTC", "name": "Bitcoin", "price": "0.00078409" }, { "short_name": "USDTERC20", "name": "Tether USD ERC20", "price": "50.00000000" } ] } ``` -------------------------------- ### Coinremitter API Transaction Response Example Source: https://api.coinremitter.com/docs/v1/BCH This is an example of a successful response when posting a transaction. It includes transaction details, confirmations, and status. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "confirmations": 5, "required_confirmations": 3, "status": "confirm", "status_code": 1, "explorer_url": "https://blockchair.com/bitcoin-cash/transaction/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx?from=coinremitter", "type": "receive", "coin": "Bitcoin Cash", "coin_symbol": "BCH", "wallet_id": "6746c765xxxxxxxxxxxxxx", "wallet_name": "BCH-wallet", "address": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "label": "BCH1", "amount": "1.00000000", "date": "2024-12-02 09:18:55", "transaction_timestamp": 1733131135000 } } ``` -------------------------------- ### Crypto to Fiat Rate Response Example Source: https://api.coinremitter.com/docs/v1/ZANO Example response when fetching crypto to fiat exchange rates. It shows the fiat currency code, full name, and the calculated amount. ```json { "success": true, "data": [ { "code": "USD", "currency": "United States Dollar", "amount": "166.84" }, { "code": "EUR", "currency": "Euro", "amount": "154.16" }, { "code": "NZD", "currency": "New Zealand Dollar", "amount": "273.62" }, { "code": "SGD", "currency": "Singapore Dollar", "amount": "225.23" } ] } ``` -------------------------------- ### Wallet Balance Response Example Source: https://api.coinremitter.com/docs/v1/ETH This JSON object represents a successful response when querying for wallet balance. It includes details such as wallet ID, coin symbol, current balance, and withdrawal limits. ```json { "success": true, "data": { "wallet_id": "6746c765xxxxxxxxxxxxxx", "wallet_name": "ETH-wallet", "coin_symbol": "ETH", "coin": "Ethereum", "coin_logo": "https://cdn.coinremitter.com/assets/images/coins/32x32/ETH.png", "blockchain_network_name": "Mainnet", "contract_address": "", "contract_address_url": "", "explorer_url": "https://etherscan.io/tx/", "chain_id": "1", "remaining_withdraw_limit_24h": "49", "balance": "84.73000000", "minimum_deposit_amount": "0.1" } } ``` -------------------------------- ### Withdrawal Response Example Source: https://api.coinremitter.com/docs/v1/BNB This is an example of a successful response after initiating a BNB withdrawal. It includes transaction details, fees, and wallet information. ```json { "success": true, "data": { "id": "674edd35765xxxxxxxxxxxxxx", "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://bscscan.com/tx/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "amount": "1.00000000", "transaction_fees": "0.10000000", "processing_fees": "0.01000000", "total_amount": "1.11000000", "to_address": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "wallet_id": "6746c765xxxxxxxxxxxxxx", "wallet_name": "BNB-wallet", "coin_symbol": "BNB", "coin": "Binance Coin", "date": "2024-12-03 10:28:05", "transaction_timestamp": 1733221685000, "remaining_withdraw_limit_24h": "49" } } ``` -------------------------------- ### DASH API Response Example Source: https://api.coinremitter.com/docs/v1/DASH This is an example of the JSON response received from the DASH API, detailing order information, payment status, and history. ```json { "widget_id": "xYLxxxxxxx", "widget_name": "Pricing Widget", "order_id": "RHWxxxxxxx", "plan_name": "Growth", "wallet_name": "DASH-wallet", "wallet_id": "6746c765xxxxxxxxxxxxxx", "widget_type": "pricing", "coin": "Dash", "coin_symbol": "DASH", "crypto_amount": "0.1", "unit_crypto_amount": "0.1", "fiat_amount": "99", "unit_fiat_amount": "99", "usd_amount": "99", "crypto_currency": "DASH", "fiat_currency": "USD", "paid_crypto_amount": "0.1", "paid_fiat_amount": "99", "order_data": { "email_address": "jyxxxx@ouxxxok.com", "phone_number": "4155550132", "phone_number_code": "+1" }, "expire_on": "2025-01-25 11:17:12", "expire_on_timestamp": "1737784032", "status_code": "2", "status": "Under Paid", "payment_history": [ { "txid": "1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "explorer_url": "https://blockchair.com/dash/transaction/1796b1185xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "amount": "0.1", "confirmation": "8", "required_confirmations": "3" "date": "2025-02-05 11:32:58", "date_timestamp": "1738735378" } ], "order_date": "2025-01-25 10:17:12", "order_timestamp": "1737780432" } ```