Get Tip Wallet Address
This endpoint is used to get a tip destination address to be used with either single transaction (with MEV protection ON) or transactions batch submission.
Request
Method:
Parameters:
Parameter
type
Description
Request example:
curl -X 'GET' \
'https://ny.ton.dex.blxrbdn.com/api/v2/tip-wallet' \
-header "Authorization: $AUTH_HEADER" curl -X 'POST' \
'https://ny.ton.dex.blxrbdn.com/api/v2/tip-wallet' \
-header "Authorization: $AUTH_HEADER" \
-d '{
"external_messages": ["Aj+Br...ABC", "Aj+Br...ABC", ...]
}'Response:
Fields:
Parameter
Type
Description
Example:
Last updated