GET
/
v0
/
lend
/
{tokenSymbol}
/
deposit
curl --request GET \
  --url https://marginfi.dial.to/api/v0/lend/{tokenSymbol}/deposit
{
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "icon": "<string>",
  "links": {
    "actions": [
      {
        "type": "<any>",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

tokenSymbol
string
required

Token symbol to deposit

Examples:

"USDC"

"SOL"

"USDT"

Response

200 - application/json

OK

The response is of type object.