Skip to main content

Get Coin Info

Frequency limit: 3 times/1s (IP)

Description

Get spot coin information,supporting both individual and full queries.

HTTP Request

  • GET /api/v2/spot/public/coins
Request Example
curl "https://api.bitget.com/api/v2/spot/public/coins"

Request Parameters

ParameterTypeRequiredDescription
coinStringNoCoin name, If the field is left blank, all coin information will be returned by default
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1695799900330,
"data": [
{
"coinId": "1",
"coin": "BTC",
"transfer": "true",
"chains": [
{
"chain": "BTC",
"needTag": "false",
"withdrawable": "true",
"rechargeable": "true",
"withdrawFee": "0.005",
"extraWithdrawFee": "0",
"depositConfirm": "1",
"withdrawConfirm": "1",
"minDepositAmount": "0.001",
"minWithdrawAmount": "0.001",
"browserUrl": "https://blockchair.com/bitcoin/testnet/transaction/",
"contractAddress": "0xdac17f958d2ee523a2206206994597c13d831ec7",
"withdrawStep": "0",
"withdrawMinScale": "8",
"congestion":"normal"
}
]
}
]
}

Response Parameters

ParameterTypeDescription
coinIdStringCurrency ID
coinStringToken name
transferBooleanTransferability
chainsArraySupport chain list
> chainStringChain name
> needTagBooleanNeed tag
> withdrawableBooleanWithdrawal supported
> rechargeableBooleanDeposit supported
> withdrawFeeStringWithdrawal transaction fee
> extraWithdrawFeeStringExtra charge. On chain destruction: 0.1 means 10%
> depositConfirmStringDeposit confirmation blocks
> withdrawConfirmStringWithdrawal confirmation blocks
> minDepositAmountStringMinimum deposit amount
> minWithdrawAmountStringMinimum withdrawal amount
> browserUrlStringBlockchain explorer address
> contractAddressStringcoin contract address
> withdrawStepStringwithdrawal count step
If the value is not 0, it indicates that the withdraswl size should be multiple of the value.
if it's 0, that means there is no the limit above.
> withdrawMinScaleStringDecimal places of withdrawal amount
> congestionStringchain network status
normal: normal
congested: congestion

How was your Reading Experience with us?