Skip to main content
GET
/
v0
/
multiply
/
{marketAddress}
/
withdraw
Multiply Withdraw
curl --request GET \
  --url https://kamino.dial.to/api/v0/multiply/{marketAddress}/withdraw
{
  "title": "<string>",
  "description": "<string>",
  "label": "<string>",
  "icon": "<string>",
  "links": {
    "actions": [
      {
        "type": "transaction",
        "href": "<string>",
        "label": "<string>",
        "parameters": [
          {
            "name": "<string>",
            "type": "<string>",
            "label": "<string>"
          }
        ]
      }
    ]
  }
}

Path Parameters

marketAddress
string
default:6WEGfej9B9wjxRs6t4BYpb9iCXd8CpTpJ8fVSNzHCC5y
required

Market public key

Query Parameters

collTokenMint
string
default:AvZZF1YaZDziPY2RCK4oJrRVrbN3mTD9NL24hPeaZeUj
required

Collateral token mint address

debtTokenMint
string
default:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
required

Debt token mint address

Response

200 - application/json

OK

title
string
required
description
string
required
label
string
required
icon
string
required