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

Path Parameters

token
string
required

Token ticker or mint address

Examples:

"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.