{
"currency": "USDT",
"amount": 0.01,
"payAccountType": "MAIN"
}curl --location --request POST 'https://api-futures.kucoin.com/api/v1/transfer-in' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "USDT",
"amount": 0.01,
"payAccountType": "MAIN"
}'{"code":"200000","data":null}