Synapse Bridge REST API

Get possible destination tokens for a bridge

Retrieve possible destination tokens for a given source chain ID and token address

get/destinationTokens

Query parameters

fromChaininteger required

The source chain ID

fromTokenstring required

The address of the token on the source chain

Response

Successful response

symbolstring

The token symbol

chainIdstring

The chain ID where the token is available

addressstring

The token contract address

Changes