cURL
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>" }
Generate a transaction for withdrawing a token from Lulo Regular after cooldown period.
Token ticker or mint address
"USDC"
The pending withdrawal ID
0 <= x <= 9007199254740991
1
2
3
OK
The response is of type object.
object
Was this page helpful?