Change Log
This page is the changelog for the updates on Klip API.
- Added
canceled
to the App2App's result status
- Updated the field restrictions for animation_url
- Added notice for using App2App Auth. API
- Applied company name change in App2App SDK Open Source Notice
- Ground1 -> GroundX, Ground X -> GroundX
- Added App2App authentication request button guide
- New API
- An API to upload NFT resource file
- New request field for Card Minting API
- You can upload video clip URL in the
animation_url
field
- Company name change
- Ground 1 -> Ground X
- Company email change
- Added transaction hash field in the response for Minting/Sending APIs
- New request field for Card Minting API
secure
: You can set attributes only visible to the Card ownerstatus_url
: You can set an external URL to fetch Card statusexternal_link
: You can set an external URL that redirects outside of Klip
- Fixed typos in the tutorial
- New APIs
- An API for checking transaction status using transaction hash
- An API for returning the number of Cards minted in the current month
- Fixed broken links in the Introduction
- Added a new App2App feature based on QR code
- You can now execute App2App on PC or a physically distant environment
- Mobile camera app or Klip reads the QR code and process App2App requests
- Added an API to send Cards using escrow
- A link is created through which a Card is sent
- You can claim the Card by clicking on the link
- Added App2App API
- Allows you to fetch Klip user addersses from external services
- Allows you to send KLAY, FTs, or NFTs and execute smart contracts from external services using Klip
- Added optional fields in the Card's metadata for Mint Card To User, Mint Card To Klip Member APIs
group_name
,group_icon
,hashtags
,layout
,qr_code
,bar_code
- Changed responses for Get Card Information By BApp, Get Card Information APIs
bapps[i].cards.cards[i]
->bapps[i].cards[i]
bapps[i].cards.next_cursor
->bapps[i].cards_next_cursor
- Changed responses for Get Card Information API
cards.cards[i]
->cards[i]
cards.next_cursor
->next_cursor
- Added a query parameter for Get Card Information API
isAll
- Changed Mint Card API to Mint Card To User API
- Mints Cards to users with EOA (Klip Member or non-member)
- Uses user EOA when minting
- Added Mint Card To Klip Member API
- Mints Card to Klip users
- Uses name and phone number of Klip users
- Changed Send Card API to Send Card To User API
- Sends Card to users with EOA (Klip users or non-users)
- Uses user EOA when sending
- Added Send Card To Klip Member API
- Sends card to Klip users
- Uses name and phone number of Klip users
- Response parameter
failCount
changed tofail_count
in Send Card To User, Send Card To Klip Member APIs
- Response parameter
order_no
changed tonft_order_no
in Get Card Information By BApp API
- Send Card API does not use
to_klip_id
as request body parameter anymore
Last modified 1yr ago