Skip to main content

Change Log

2024-09-09

  • Effective from 09 Sep 2024, no transaction fee will apply when you buy or create gift cards in Binance directly. The following endpoints are impacted:
    • POST /sapi/v1/giftcard/createCode
    • POST /sapi/v1/giftcard/buyCode
  • 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 field expiredTime
    • POST /sapi/v1/giftcard/buyCode: add response field expiredTime

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/createCode
    • POST /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/createCode
    • POST /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-key to fetch RSA public key.
  • Update endpoint for Binance Code:
    • POST /sapi/v1/giftcard/redeemCode: new optional parameter externalUid. 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/createCode to create a Binance Code.
    • POST /sapi/v1/giftcard/redeemCode to redeem a Binance Code.
    • GET /sapi/v1/giftcard/verify to verify a Binance Code.