Skip to content

Token registry (Platform Registry facade)

GET
/v1/asset/tokens
curl --request GET \
--url 'https://api.parasta.io/v1/asset/tokens?include=restricted'
networkId
string
include
string
Allowed values: restricted

OK

Media type application/json
object
tokens
Array<object>
object
tokenId
string
symbol
string
name
string
decimals
integer
type
string
Allowed values: ERC-20
iconUrl
string
transferable
boolean
exchangeable
boolean
status
string
Allowed values: listed restricted
contracts
Array<object>
object
networkId
string
address
string
Example
{
"tokens": [
{
"type": "ERC-20",
"status": "listed"
}
]
}

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