Gate.io plans to conduct a system upgrade for API v4 on February 27, 2025, at 07:00 (UTC). This upgrade will introduce new fields and deprecate certain existing fields in the GET /spot/currencies and GET /spot/currencies/{currency} API endpoints. During the upgrade, API users can continue to use API v4 as usual.
After the upgrade, users will be able to query the newly added names, deposit and withdrawal statuses, contract addresses, and other information of spot currencies through GET /spot/currencies or GET /spot/currencies/{currency}.
The main changes are as follows:
Below is a comparison of the response examples before and after the upgrade, using BTC as an example:
Example response before the upgrade is as follows:
{
“currency”: “BTC”,
“delisted”: false,
“withdraw_disabled”: false,
“withdraw_delayed”: true,
“deposit_disabled”: false,
“trade_disabled”: false,
“chain”: “BTC”
},
{
“currency”: “BTC_BSC”,
“delisted”: false,
“withdraw_disabled”: false,
“withdraw_delayed”: false,
“deposit_disabled”: false,
“trade_disabled”: true,
“chain”: “BSC”
},
{
“currency”: “BTC_HT”,
“delisted”: false,
“withdraw_disabled”: true,
“withdraw_delayed”: false,
“deposit_disabled”: true,
“trade_disabled”: true,
“chain”: “HT”
}
Example response after the upgrade is as follows:
{
“currency”: “BTC”,
“name”: “Bitcoin”,
“delisted”: false,
“withdraw_disabled”: false,
“withdraw_delayed”: false,
“deposit_disabled”: false,
“trade_disabled”: false,
“chain”: “BTC”,
“chains”: [
{
“name”: “BTC”,
“addr”: “”,
“withdraw_disabled”: false,
“withdraw_delayed”: false,
“deposit_disabled”: false
},
{
“name”: “BSC”,
“addr”: “0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c”,
“withdraw_disabled”: false,
“withdraw_delayed”: false,
“deposit_disabled”: false
},
{
“name”: “HT”,
“addr”: “0x66a79d23e58475d2738179ca52cd0b41d73f0bea”,
“withdraw_disabled”: false,
“withdraw_delayed”: false,
“deposit_disabled”: false
}
]
}
`
Should you have any questions, do not hesitate to contact our 24/7 customer support.
Thank you for your continued support
Gate.io Team
February 19, 2025
Gateway to Crypto
Trade over 3,700 cryptocurrencies safely, quickly, and easily on Gate.io
• Visit our Official Website
• Download Gate.io App / Web now
• Follow us on Gate.io X (Twitter) to get more bonuses
• Join our Telegram to discuss hot topics
• Join our Global Community to get more updates
• We provide 100% proof of reserves
• Sign up to enjoy max. $10,000 in rewards exclusively for new users
• Get 40% commission from referrals
Share Posts
Related Articles