👋
Wisdom
  • Core Resources
    • Create Address
    • Update Address
    • Get Currency Rate
    • Get Wallet
    • Get Webhook Event
    • Get Available Currency
    • Create Withdrawal
    • Get Withdrawal Detail
    • Get Wallet NFT
    • Create Withdrawal NFT
  • Webhook Notification
  • Classepay
    • Core Resources
      • Verify By Username In Classe
      • Create Withdrawal Classepay
Powered by GitBook
On this page
  1. Core Resources

Update Address

Update an address to retrieve the crypto currency in a specific symbol.

Update address By Symbol and KeyAddress

GET https://fairmarketcoin.com/api/v1/addresses/update?symbol=ETH&key_address=GUbgIPw1fCHTvG6D

Headers

Name
Type
Description

X-API-SECRET**

String

X-API-KEY**

String

{
    "apiVersion": "1.0",
    "success": true,
    "message": "Address successfully updated.",
    "data": [
        {
            "uuid": "ad_YpkjIfZk2s16hiDJ",
            "address": "MKHR6y2cLtQEuCD1wt40KTaWt1xLjqYMHATIguUZ6pBmgX4NSusVuotzQGoahOhR",
            "symbol": "ETH",
            "key_address": "GUbgIPw1fCHTvG6D"
        }
    ]
}
PreviousCreate AddressNextGet Currency Rate

Last updated 2 years ago