Skip to content

List linked CEX accounts

GET
/v1/asset/cex-accounts
curl --request GET \
--url https://api.parasta.io/v1/asset/cex-accounts \
--header 'Authorization: Bearer <token>'

OK

Media type application/json
object
accounts
Array<object>
object
cexAccountId
string
provider
string
label
string
authMethod
string
Allowed values: oauth2 api_key
permissions
object
read
boolean
withdraw
boolean
lastSyncAt
string format: date-time
registeredAt
string format: date-time
Example
{
"accounts": [
{
"authMethod": "oauth2"
}
]
}

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