Transfer
Get supported assets
Transfer
Get supported assets
Get supported assets
GET
/
supported
/
assets
curl --request GET \
--url https://staging-api.getpartna.com/v4/supported/assets
{
"data": {
"bitcoin": {
"BTC": {
"contractAddress": "",
"decimals": 8,
"destinationCurrency": "BTC",
"faucets": [
"https://coinfaucet.eu/en/btc-testnet/",
"https://bitcoinfaucet.uo1.net/"
],
"name": "BTC",
"symbol": "BTC",
"withdrawalFee": 0.01
}
},
"celo": {
"CUSD": {
"contractAddress": "0x874069fa1eb16d44d622f2e0ca25eea172369bc1",
"decimals": 18,
"destinationCurrency": "USD",
"faucets": [
"https://faucet.celo.org/alfajores"
],
"name": "CUSD",
"symbol": "CUSD",
"withdrawalFee": 0.01
},
"USDC": {
"contractAddress": "0x2f25deb3848c207fc8e0c34035b3ba7fc157602b",
"decimals": 6,
"destinationCurrency": "USD",
"faucets": [
"https://faucet.circle.com/"
],
"name": "USDC",
"symbol": "USDC",
"withdrawalFee": 0.01
}
},
"ethereum": {
"ETH": {
"contractAddress": "",
"decimals": 18,
"destinationCurrency": "ETH",
"faucets": [
"https://cloud.google.com/application/web3/faucet/ethereum/sepolia",
"https://sepolia-faucet.pk910.de/",
"https://faucet.quicknode.com/ethereum/sepolia",
"https://getblock.io/faucet/eth-sepolia/"
],
"name": "ETH",
"symbol": "ETH",
"withdrawalFee": 0.01
},
"USDC": {
"contractAddress": "0x1c7d4b196cb0c7b01d743fbc6116a902379c7238",
"decimals": 6,
"destinationCurrency": "USD",
"faucets": [
"https://faucet.circle.com/"
],
"name": "USDC",
"symbol": "USDC",
"withdrawalFee": 0.01
}
},
"tron": {
"USDJ": {
"contractAddress": "TLBaRhANQoJFTqre9Nf1mjuwNWjCJeYqUL",
"decimals": 18,
"destinationCurrency": "USD",
"faucets": [
"https://nileex.io/join/getJoinPage"
],
"name": "USDJ",
"symbol": "USDJ",
"withdrawalFee": 0.01
},
"USDT": {
"contractAddress": "TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj",
"decimals": 6,
"destinationCurrency": "USD",
"faucets": [
"https://nileex.io/join/getJoinPage"
],
"name": "USDT",
"symbol": "USDT",
"withdrawalFee": 0.01
}
}
},
"message": "success"
}
Response
200 - application/json
get supported assets request successful
curl --request GET \
--url https://staging-api.getpartna.com/v4/supported/assets
{
"data": {
"bitcoin": {
"BTC": {
"contractAddress": "",
"decimals": 8,
"destinationCurrency": "BTC",
"faucets": [
"https://coinfaucet.eu/en/btc-testnet/",
"https://bitcoinfaucet.uo1.net/"
],
"name": "BTC",
"symbol": "BTC",
"withdrawalFee": 0.01
}
},
"celo": {
"CUSD": {
"contractAddress": "0x874069fa1eb16d44d622f2e0ca25eea172369bc1",
"decimals": 18,
"destinationCurrency": "USD",
"faucets": [
"https://faucet.celo.org/alfajores"
],
"name": "CUSD",
"symbol": "CUSD",
"withdrawalFee": 0.01
},
"USDC": {
"contractAddress": "0x2f25deb3848c207fc8e0c34035b3ba7fc157602b",
"decimals": 6,
"destinationCurrency": "USD",
"faucets": [
"https://faucet.circle.com/"
],
"name": "USDC",
"symbol": "USDC",
"withdrawalFee": 0.01
}
},
"ethereum": {
"ETH": {
"contractAddress": "",
"decimals": 18,
"destinationCurrency": "ETH",
"faucets": [
"https://cloud.google.com/application/web3/faucet/ethereum/sepolia",
"https://sepolia-faucet.pk910.de/",
"https://faucet.quicknode.com/ethereum/sepolia",
"https://getblock.io/faucet/eth-sepolia/"
],
"name": "ETH",
"symbol": "ETH",
"withdrawalFee": 0.01
},
"USDC": {
"contractAddress": "0x1c7d4b196cb0c7b01d743fbc6116a902379c7238",
"decimals": 6,
"destinationCurrency": "USD",
"faucets": [
"https://faucet.circle.com/"
],
"name": "USDC",
"symbol": "USDC",
"withdrawalFee": 0.01
}
},
"tron": {
"USDJ": {
"contractAddress": "TLBaRhANQoJFTqre9Nf1mjuwNWjCJeYqUL",
"decimals": 18,
"destinationCurrency": "USD",
"faucets": [
"https://nileex.io/join/getJoinPage"
],
"name": "USDJ",
"symbol": "USDJ",
"withdrawalFee": 0.01
},
"USDT": {
"contractAddress": "TXLAQ63Xg1NAzckPwKHvzw7CSEmLMEqcdj",
"decimals": 6,
"destinationCurrency": "USD",
"faucets": [
"https://nileex.io/join/getJoinPage"
],
"name": "USDT",
"symbol": "USDT",
"withdrawalFee": 0.01
}
}
},
"message": "success"
}