curl -X GET 'https://crypto-api.yativo.com/api/v1/swap/routes' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"sources": [
{"ticker_name": "SOL", "asset_name": "Solana", "chain": "SOL"},
{"ticker_name": "USDC_SOL", "asset_name": "USD Coin (Solana)", "chain": "SOL"},
{"ticker_name": "ETH_Base", "asset_name": "Ethereum on Base", "chain": "Base"},
{"ticker_name": "EURe_GNO", "asset_name": "Euro Bridged (GNO)", "chain": "GNO"}
]
},
"message": "Swap route catalog retrieved successfully"
}
Retrieve all available swap routes between assets and chains
curl -X GET 'https://crypto-api.yativo.com/api/v1/swap/routes' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"sources": [
{"ticker_name": "SOL", "asset_name": "Solana", "chain": "SOL"},
{"ticker_name": "USDC_SOL", "asset_name": "USD Coin (Solana)", "chain": "SOL"},
{"ticker_name": "ETH_Base", "asset_name": "Ethereum on Base", "chain": "Base"},
{"ticker_name": "EURe_GNO", "asset_name": "Euro Bridged (GNO)", "chain": "GNO"}
]
},
"message": "Swap route catalog retrieved successfully"
}
Documentation Index
Fetch the complete documentation index at: https://docs.yativo.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_ACCESS_TOKENcurl -X GET 'https://crypto-api.yativo.com/api/v1/swap/routes' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"success": true,
"data": {
"sources": [
{"ticker_name": "SOL", "asset_name": "Solana", "chain": "SOL"},
{"ticker_name": "USDC_SOL", "asset_name": "USD Coin (Solana)", "chain": "SOL"},
{"ticker_name": "ETH_Base", "asset_name": "Ethereum on Base", "chain": "Base"},
{"ticker_name": "EURe_GNO", "asset_name": "Euro Bridged (GNO)", "chain": "GNO"}
]
},
"message": "Swap route catalog retrieved successfully"
}