Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/v1/wallet/{id}/cost \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "to": "<string>", "amount": 123 } '
{ "cost": 123, "price": 123, "tip": "<string>" }
Estimate cost of action execution
Authentication
The direct address of the wallet
Amount of withdraw
OK