Skip to content

List recipient candidates (external wallets)

GET
/v1/transfer/recipients
curl --request GET \
--url https://api.parasta.io/v1/transfer/recipients \
--header 'Authorization: Bearer <token>'
networkId
string
q
string

OK

Media type application/json
object
favorites
Array<object>
object
id
string
label
string
address
string
recent
Array<object>
object
address
string
lastUsedAt
string format: date-time
tokenSymbol
string
Example generated
{
"favorites": [
{
"id": "example",
"label": "example",
"address": "example"
}
],
"recent": [
{
"address": "example",
"lastUsedAt": "2026-04-15T12:00:00Z",
"tokenSymbol": "example"
}
]
}

Please contact your representative. 담당자에게 문의해주세요.