curl --location 'https://api-test.pinddpay.com/api/payout/balance' \
--header 'accessKey: ' \
--header 'timestamp: ' \
--header 'nonce: ' \
--header 'sign: ' \
--header 'Content-Type: application/json'{
"code": "200",
"type": "success",
"message": "string",
"result": {
"availableBalance": 99,
"currency": "USD",
"frozenBalance": 1,
"totalBalance": 100
},
"extras": "string",
"time": "string"
}