v1
latestOpenAPI 3.1.02026-08-04751,1671.3 MBAssets
Create Asset Info
Create asset infos in the Fordefi platform.
post/api/v1/assets/asset-infos
Request body
Example request
{
"asset_identifier": {
"details": {
"token": {
"base58_repr": "4fYNw3dojWmQ4dXtSGE9epjRGy9pFSx62YypT7avPYvA"
}
}
}
}Response
Successful Response
Example response
{
"asset_identifier": {
"chain": {
"native_currency_symbol": "ETH",
"native_currency_name": "Ether",
"blockchain_explorer": {
"transaction_url": "https://etherscan.io/tx/",
"address_url": "https://etherscan.io/address/",
"root_url": "https://etherscan.io/",
"transaction_format_url": "https://etherscan.io/tx/%s",
"address_format_url": "https://etherscan.io/address/%s",
"asset_format_url": "https://etherscan.io/address/%s"
}
}
}
}