Skip to main content
GET
/
v0
/
redeem
/
{poolToken}
Get redeem blink
curl --request GET \
  --url https://deficarrot.dial.to/api/v0/redeem/{poolToken}
{
  "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

poolToken
string
required

Supported token address or label

Examples:

"PYUSD"

"USDT"

"USDC"

"2b1kV6DkPAnxd5ixfnxCpjxmKwqjjaYmCZfHsFu24GXo"

"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB"

"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"

Response

200 - application/json

OK

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