FNCY 2.0 (ENG)
Search
K
Comment on page

Wallet API

Wallet Service API
AUTHORIZATION - Bearer Token
This folder is using Bearer Token
-------------------------------------------------------------------------------------------------

Domain Code

Wallet Type

Type
Domain Code
desc
WALLET_TYPE_HD_WALLET
1002001
HD Wallet(Internal)
WALLET_TYPE_EXTERNAL_WALLET
1002002
External wallet

NFTs Supported

Type
Domain Code
desc
OWNER_OF_IN_STOCK
1005001
NFT in stock
OWNER_OF_FOR_SALE
1005002
NFT for sale
OWNER_OF_SOLD_OUT
1005003
NFT sold out
OWNER_OF_BURN
1005004
NFT burned
OWNER_OF_EXTERNAL_TRANSFER_OUT
1005005
NFT external withdrawl

NFTs Type

Type
Domain Code
desc
NFT_TYPE_GAME
1015001
NFT of game
NFT_TYPE_BASIC
1015002
NFT of gallery
NFT_TYPE_SPECIAL
1015003
NFT of membership

GET

---------------------------------------------------------------------------------------------------
get
https://apis.cubeapi.io
/v1/wallets
Search - Wallet List
get
https://apis.cubeapi.io
/v1/wallets/{wid}
Search - Wallet detail by Wallet Id (wid)
get
https://apis.cubeapi.io
/v1/wallets/{wid}/balance
Search - Wallet Total Balance by Wallet Id (the market price)
get
https://apis.cubeapi.io
/v1/wallets/{wid}/assets-all
Search - assets for Dashboard
get
https://apis.cubeapi.io
/v1/wallets/{wid}/assets/{assetId}
Search - User wallet asset
get
https://apis.cubeapi.io
/v1/wallets/{wid}/nfts
Search - List of NFT
get
https://apis.cubeapi.io
/v1/wallets/{wid}/nfts/{nftId}
Search - NFT detail
get
https://apis.cubeapi.io
/v1/questions
Search - List of questions for restoration

POST

---------------------------------------------------------------------------------------------------
post
https://apis.cubeapi.io
/v1/wallets
Create - FNCY HD Wallet(Internal)
post
https://apis.cubeapi.io
/v1/wallets/external
Create - External Wallet
post
https://apis.cubeapi.io
/v1/wallets/pin-check
Check - Wallet password
post
https://apis.cubeapi.io
/v1/wallets/answer-check
Check - Question Answer
post
https://apis.cubeapi.io
/v1/wallets/external-check
Check - Duplicate External Wallet(validity check)
post
https://apis.cubeapi.io
/v1/wallets/{wid}/signature
Search - Wallet connect signature
post
https://apis.cubeapi.io
/v1/wallets/{wid}/private-key
Search - Wallet private key

PATCH

---------------------------------------------------------------------------------------------------
patch
https://apis.cubeapi.io
/v1/wallets/restore/answer
Restore - User selected questions for restoration
patch
https://devx-apis.cubeapi.io
/v1/wallets/pin
Change - Wallet password