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": "<unknown>", "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
transaction
"transaction"
The public key of the account that executes the transaction
"6JpNV6DK88auwzKVizdeT4Bw3D44sam5GqjcPCJ7y176"
OK
Was this page helpful?