Zum Hauptinhalt springen

Auszahlung per ID

Auszahlung an eine Wallet-ID.

Anfragebeispiel

curl --location 'https://app.heth.me/api/v1/transactions' \
--header 'Content-Type: application/json' \
--header 'x-api-key: 440944de-e5a4-6aab-9c57-3bf2e7282c64' \
--data '{
"params": {
"amount": 10000000000000000000,
"currency": "USDT",
"env": "prod",
"type": "payout",
"route": "hot_hot_ETH",
"money_storage": {
"wallet_id": "9D0089A4A8024E4724D03D2E572EB53DDE850B99",
"network": "ETH",
"type": "p2p_proxy",
"currency": "USDT"
},
"description": "Auszahlung",
"txid": "hot_hot_ETH"
}
}'
FeldBeschreibungTypBeispiel
amountTransaktionsbetrag (in kleinsten Einheiten)Zahl10000000000000000000
currencyTransaktionswährung (Standard USDT)StringUSDT
envTransaktionsumgebung (Standard prod)Stringprod
routeTransaktionsroute (muss der Routenzuordnung entsprechen)Stringhot_hot_ETH
typeTransaktionstyp (in diesem Fall payout)Stringpayout
money_storageEmpfängerdatenobjektObjekt
>wallet_addressEmpfänger-Wallet-AdresseString975060D2128BD198CB072028E126A18FB767B6BC
>networkBlockchain-Netzwerk (TRX oder ETH)StringETH
>typeTransaktionstyp für Wallets (in diesem Fall p2p_proxy)Stringp2p_proxy
>currencyEmpfängerwährung (Standard USDT)StringUSDT
descriptionTransaktionsbeschreibungStringAuszahlung
txidTransaktionsbezeichnerStringhot-hot_test