Change Log
2025-12-26
Time-sensitive Notice
- The following change to REST API will occur at approximately 2026-01-15 07:00 UTC:
When calling endpoints that require signatures, percent-encode payloads before computing signatures. Requests that do not follow this order will be rejected with-1022 INVALID_SIGNATURE. Please review and update your signing logic accordingly.
REST API
- Updated documentation for REST API regarding Signed Endpoints examples for placing an order.
2024-09-09
- The gift card limit is updated to:
- Monthly creation volume: 4,200,000 USDC / month / account
- Monthly creation quantity: 6,000 Gift Cards / month / account
2024-04-08
- Update Gift Card Endpoint:
POST /sapi/v1/giftcard/createCode: add response fieldexpiredTimePOST /sapi/v1/giftcard/buyCode: add response fieldexpiredTime
2023-08-02
- Effective from 21 Aug 2023, a 1% transaction fee will apply when you buy or create gift cards in Binance directly. The following endpoints are impacted:
POST /sapi/v1/giftcard/createCodePOST /sapi/v1/giftcard/buyCode
2023-07-20
- As per the announcement, effective from 20 July 2023, creating gift cards is limited only to entity accounts which have passed KYB verification. The following endpoints are impacted:
POST /sapi/v1/giftcard/createCodePOST /sapi/v1/giftcard/buyCode
2022-10-15
- New endpoints for Binance Code:
POST /sapi/v1/giftcard/buyCode: For buying a fixed-value Binance Code.GET /sapi/v1/giftcard/buyCode/token-limit: To verify which tokens are available for you to purchase fixed-value gift cards as mentioned in section 2 and its’ limitation.
2022-05-05
- New endpoint for Binance Code:
GET /sapi/v1/giftcard/cryptography/rsa-public-keyto fetch RSA public key.
- Update endpoint for Binance Code:
POST /sapi/v1/giftcard/redeemCode: new optional parameterexternalUid. Each external unique ID represents a unique user on the partner platform. The function helps you to identify the redemption behavior of different users.
2022-1-21
- New endpoints for Binance Code:
POST /sapi/v1/giftcard/createCodeto create a Binance Code.POST /sapi/v1/giftcard/redeemCodeto redeem a Binance Code.GET /sapi/v1/giftcard/verifyto verify a Binance Code.