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 metadata for depositing a token into a MarginFi pool.
Token symbol to deposit
OK
The response is of type object.
object
Was this page helpful?