cURL
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>" } ] } ] } }
Get a blink to deposit tokens in MarginFi
Token symbol to deposit
"USDC"
"SOL"
"USDT"
OK
The response is of type object.
object
Was this page helpful?