Post /v2/fungible/ibc_origin_assets
Get origin assets from a given list of denoms and chain IDs.
Array of assets to get origin assets for
curl --request POST \
--url https://api.skip.build/v2/fungible/ibc_origin_assets \
--header 'Content-Type: application/json' \
--data '{
"assets": [
{
"denom": "ibc/14F9BC3E44B8A9C1BE1FB08980FAB87034C9905EF17CF2F5008FC085218811CC",
"chain_id": "cosmoshub-4"
}
]
}'
Body
Response
Chain-id of the asset
Coingecko id of the asset
Number of decimals used for amounts of the asset
Denom of the asset
Description of the asset
Indicates whether asset is a CW20 token
Indicates whether asset is an EVM token
Indicates whether asset is an SVM token
URI pointing to an image of the logo of the asset
Name of the asset
Chain-id of the origin of the asset. If this is an ibc denom, this is the chain-id of the asset that the ibc token represents
Denom of the origin of the asset. If this is an ibc denom, this is the original denom that the ibc token represents
Recommended symbol of the asset used to differentiate between bridged assets with the same symbol, e.g. USDC.axl for Axelar USDC and USDC.grv for Gravity USDC
Symbol of the asset, e.g. ATOM for uatom
Address of the contract for the asset, e.g. if it is a CW20 or ERC20 token
The forward slash delimited sequence of ibc ports and channels that can be traversed to unwind an ibc token to its origin asset.
Whether the asset was found
curl --request POST \
--url https://api.skip.build/v2/fungible/ibc_origin_assets \
--header 'Content-Type: application/json' \
--data '{
"assets": [
{
"denom": "ibc/14F9BC3E44B8A9C1BE1FB08980FAB87034C9905EF17CF2F5008FC085218811CC",
"chain_id": "cosmoshub-4"
}
]
}'