binance / binance-api-postman

Postman collection for Binance Public API, including spot, margin, futures, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New endpoint for Pay: GET /sapi/v1/pay/transactions to support user query Pay trade history

drafdecode opened this issue · comments

Change Log 2021-11-19
GET {{url}}/sapi/v1/pay/transactions?timestamp={{timestamp}}&signature={{signature}}

Not Found Fields: [
Pay ID ?
recipient ?
sender ?
orderId ?
note ?
]

Example Response:

{
"code": "000000",
"message": "success",
"data": [
{
"orderType": "C2C",
"transactionId": "C_P_XXXXX",
"transactionTime": 1633941540055,
"amount": "236.6",
"currency": "USDT",
"fundsDetail": [
{
"currency": "USDT",
"amount": "236.6"
}
]
}
],
"success": true
}

what do you mean? where did you find those fields? not in the API document.

what do you mean? where did you find those fields? not in the API document.

I can't find sender or recipient information.

commented

The endpoint is not intended to return the mentioned fields.

Consult the documentation for the response schema

https://binance-docs.github.io/apidocs/spot/en/#get-pay-trade-history-user_data