=== Binance API Debug Script ===
This script will capture raw API requests and responses.
Copy the output below and send it to Binance Support.
================================================================================
TEST 1: GET /sapi/v1/c2c/orderMatch/listUserOrderHistory
--------------------------------------------------------------------------------
--- REQUEST DETAILS ---
Method: GET
Endpoint: /sapi/v1/c2c/orderMatch/listUserOrderHistory
Parameters: page=1, rows=5
API Key: yZ7K13u6H6...
--- RESPONSE ---
HTTP Code: N/A
Response Data:
{
"code": "000000",
"message": "success",
"data": [
{
"orderNumber": "22864901502982311936",
"advNo": "12842443847729115136",
"tradeType": "BUY",
"asset": "USDC",
"fiat": "EUR",
"fiatSymbol": "€",
"amount": "472.25501770",
"totalPrice": "400.00000000",
"unitPrice": "0.847",
"orderStatus": "COMPLETED",
"createTime": 1773202591730,
"commission": "0",
"takerCommissionRate": "0",
"takerCommission": "0",
"takerAmount": "0",
"counterPartNickName": "Mot***",
"payMethodName": "SEPA",
"additionalKycVerify": 0
},
{
"orderNumber": "22864901498822520832",
"advNo": "12839023720460713984",
"tradeType": "BUY",
"asset": "USDT",
"fiat": "EUR",
"fiatSymbol": "€",
"amount": "63.91000000",
"totalPrice": "54.00000000",
"unitPrice": "0.845",
"orderStatus": "COMPLETED",
"createTime": 1773202590723,
"commission": "0",
"takerCommissionRate": "0",
"takerCommission": "0",
"takerAmount": "0",
"counterPartNickName": "Bru***",
"payMethodName": "SEPA",
"additionalKycVerify": 0
},
{
"orderNumber": "22864900452043431936",
"advNo": "12842443847729115136",
"tradeType": "BUY",
"asset": "USDC",
"fiat": "EUR",
"fiatSymbol": "€",
"amount": "63.67006934",
"totalPrice": "53.92000000",
"unitPrice": "0.847",
"orderStatus": "COMPLETED",
"createTime": 1773202341166,
"commission": "0",
"takerCommissionRate": "0",
"takerCommission": "0",
"takerAmount": "0",
"counterPartNickName": "Use***",
"payMethodName": "SEPAinstant",
"additionalKycVerify": 0
},
{
"orderNumber": "22864893168082067456",
"advNo": "12839023720460713984",
"tradeType": "BUY",
"asset": "USDT",
"fiat": "EUR",
"fiatSymbol": "€",
"amount": "14.90000000",
"totalPrice": "12.59000000",
"unitPrice": "0.845",
"orderStatus": "COMPLETED",
"createTime": 1773200604501,
"commission": "0",
"takerCommissionRate": "0",
"takerCommission": "0",
"takerAmount": "0",
"counterPartNickName": "P2P***",
"payMethodName": "SEPAinstant",
"additionalKycVerify": 0
},
{
"orderNumber": "22864891173509218304",
"advNo": "12842443352268324864",
"tradeType": "BUY",
"asset": "USDT",
"fiat": "EUR",
"fiatSymbol": "€",
"amount": "111.36000000",
"totalPrice": "94.33000000",
"unitPrice": "0.847",
"orderStatus": "COMPLETED",
"createTime": 1773200128968,
"commission": "0",
"takerCommissionRate": "0",
"takerCommission": "0",
"takerAmount": "0",
"counterPartNickName": "ELT***",
"payMethodName": "BANK",
"additionalKycVerify": 0
}
],
"total": 4570,
"success": true
}
================================================================================
TEST 2: GET /sapi/v1/c2c/orderMatch/getUserOrderDetail
--------------------------------------------------------------------------------
Order No: 22829218531025494016
Fatal error: Uncaught Error: Call to private method BinanceP2PAPI::signedRequest() from global scope in /home/binanceapi/public_html/gbppay/api/debug-binance-api.php:60
Stack trace:
#0 {main}
thrown in /home/binanceapi/public_html/gbppay/api/debug-binance-api.php on line 60