POST
/
v0
/
deposit
/
{token}
/
{type}
curl --request POST \
  --url https://lulo.dial.to/api/v0/deposit/{token}/{type} \
  --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"

type
enum<string>
required

Deposit type: protected (PUSD) or boosted (LUSD)

Available options:
protected,
boosted
Examples:

"protected"

"boosted"

Query Parameters

amount
number

The amount to deposit. Human readable value, e.g. 100 USDC

Required range: x >= 1
percentage
integer

The percentage of balance to deposit

Required range: 1 <= x <= 100

Body

application/json

Response

200 - application/json

OK

The response is of type object.