Get coins list

Get the list of currencies supported on Bridgers

Endpoint usage

POST https://api.bridgers.xyz/api/exchangeRecord/getToken

{
  "resCode":"100",
  "resMsg":"Success",
  "data":{
      "tokens":[{"chain":"ETH","symbol":"USDT","name":"Tether USD","address":"0xdac17f958d2ee523a2206206994597c13d831ec7","decimals":6,"logoURI":"https://images.swft.pro/inch1/0xdac17f958d2ee523a2206206994597c13d831ec7.png","isCrossEnable":"1","withdrawGas":"40"},{"chain":"BSC","symbol":"USDT","name":"Tether USD","address":"0x55d398326f99059ff775485246999027b3197955","decimals":18,"logoURI":"https://images.swft.pro/inch1/0xdac17f958d2ee523a2206206994597c13d831ec7.png","isCrossEnable":"1","withdrawGas":"0.1"},{"chain":"HECO","symbol":"USDT","name":"Heco-Peg USDTHECO Token","address":"0xa71edc38d189767582c38a3145b5873052c3e47a","decimals":18,"logoURI":"https://images.swft.pro/heco/0xa71edc38d189767582c38a3145b5873052c3e47a.png","isCrossEnable":"1","withdrawGas":"0.1"},{"chain":"POLYGON","symbol":"USDT","name":"USDT(MATIC)","address":"0xc2132d05d31c914a87c6611c10748aeb04b58e8f","decimals":6,"logoURI":"https://swap.swftcoin.com/swft-v3/images/coins/USDT(MATIC).png","isCrossEnable":"1","withdrawGas":"0.1"},{"chain":"OKEXCHAIN","symbol":"USDT","name":"USDT","address":"0x382bb369d343125bfb2117af9c149795c6c65c50","decimals":18,"logoURI":"https://www.cherryswap.net/swapimages/images/coins/0x382bb369d343125bfb2117af9c149795c6c65c50.png","isCrossEnable":"1","withdrawGas":"0.1"}]
  }
}

Code example

// getToken example
const res = await axios.post('https://api.bridgers.xyz/api/exchangeRecord/getToken')
console.log(res)

Postman example

Last updated