Skip to main content
POST
/
api
/
v1
/
wallet
/
{id}
/
cost
Cost estimate
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication

Path Parameters

id
integer<int64>
required

Body

application/json
to
string
required

The direct address of the wallet

amount
integer
required

Amount of withdraw

Response

200 - application/json

OK

cost
integer
price
integer
tip
string