POST
/
v0
/
withdraw
/
{token}
/
regular
/
complete
Complete Regular Withdrawal
curl --request POST \
  --url https://lulo.dial.to/api/v0/withdraw/{token}/regular/complete \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "transaction",
  "account": "6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"
}'
{
  "type": "<any>",
  "transaction": "<string>"
}

Path Parameters

token
string
default:USDC
required

Token ticker or mint address

Example:

"USDC"

Query Parameters

withdrawalId
integer
required

The pending withdrawal ID

Required range: 0 <= x <= 9007199254740991
Examples:

1

2

3

Body

application/json

Response

200 - application/json

OK

The response is of type object.