Where is the list of Networks for API Withdrawal

I want to withdraw USDT to an ERC20 address.

I’m using the endpoint https://api.exchange.coinbase.com/withdrawals/crypto
I’ve tried
network= “Ethereum”
network= “ETH”
network= “ERC20”

All requests return: “{"message":"Network doesn’t exist"}”

Where is the list of all networks that are supported?

Hello @emil! Thank you for taking an interest in trying out Coinbase APIs. For the details regarding your concern, we will check on this for you with our team. We will get back to you once we have more information. Keep in touch!

2 Likes

Hi @emil,

You can view the list of supported networks per currency via the /currencies endpoint - https://api.exchange.coinbase.com/currencies/USDT

The network parameter was added to support multichain withdrawals, but is only applicable for ETH, MATIC, and USDC on Polygon, and USDC on Solana. If you are transferring any network via the default network (for USDT, this is the ethereum network) then you do not need to use the network parameter in your call.

3 Likes